Thread overview
[Issue 13998] Wrong code with -O -inline, loops, and taking address of double
Jan 18, 2015
Vladimir Panteleev
Jan 30, 2015
Walter Bright
Jan 31, 2015
Walter Bright
January 18, 2015
https://issues.dlang.org/show_bug.cgi?id=13998

--- Comment #1 from Vladimir Panteleev <thecybershadow@gmail.com> ---
Interesting, I can reproduce this with older versions of DMD, but only on Windows. It's possible that this is not a regression, but the aforementioned change only exposed the bug on Linux.

--
January 30, 2015
https://issues.dlang.org/show_bug.cgi?id=13998

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
Can repro on Windows 64 bit.

--
January 31, 2015
https://issues.dlang.org/show_bug.cgi?id=13998

--- Comment #3 from Walter Bright <bugzilla@digitalmars.com> ---
https://github.com/D-Programming-Language/dmd/pull/4359

--
January 31, 2015
https://issues.dlang.org/show_bug.cgi?id=13998

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/97b5326d4317e0d171c0087b367eed5e5334305f
fix
Issue 13998 - Wrong code with -O -inline, loops, and taking address of double

https://github.com/D-Programming-Language/dmd/commit/f1b6d1386480936cf2f53475e88a56f8a3ed7507 Merge pull request #4359 from WalterBright/fix13988

[REG] fix Issue 13998 - Wrong code with -O -inline, loops, and taking address of double

--
January 31, 2015
https://issues.dlang.org/show_bug.cgi?id=13998

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--