April 07, 2015 [phobos] [D-Programming-Language/phobos] 723e89: Fix compilation. | ||||
---|---|---|---|---|
| ||||
Attachments:
| 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@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@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 |
Copyright © 1999-2021 by the D Language Foundation