[phobos] [D-Programming-Language/phobos] 723e89: Fix compilation.

GitHub via phobos phobos at puremagic.com
Tue Apr 7 00:11:53 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 723e894c9a2217faa0424a4d7407e6e35f51149e
      https://github.com/D-Programming-Language/phobos/commit/723e894c9a2217faa0424a4d7407e6e35f51149e
  Author: Johan Engelen <j.b.c.engelen at alumnus.utwente.nl>
  Date:   2015-04-06 (Mon, 06 Apr 2015)

  Changed paths:
    M std/math.d

  Log Message:
  -----------
  Fix compilation.
The errors were:
- phobos/std/math.d(2599): Error: only global variables can be referenced by identifier in naked asm
- phobos/std/math.d(2611): Error: only global variables can be referenced by identifier in naked asm
- phobos/std/math.d(2612): Error: only global variables can be referenced by identifier in naked asm


  Commit: d2ea4c89aa8dc477395e00c994cc992d378944cd
      https://github.com/D-Programming-Language/phobos/commit/d2ea4c89aa8dc477395e00c994cc992d378944cd
  Author: Rainer Schuetze <r.sagitario at gmx.de>
  Date:   2015-04-07 (Tue, 07 Apr 2015)

  Changed paths:
    M std/math.d

  Log Message:
  -----------
  Merge pull request #3152 from JohanEngelen/stdmath_naked_fix

Fix compilation of std.math.


Compare: https://github.com/D-Programming-Language/phobos/compare/e1cd326a1f0c...d2ea4c89aa8d


More information about the phobos mailing list