[Issue 14480] dmd 2.067 x64 release codegen

2015-06-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14480 --- Comment #18 from Walter Bright bugzi...@digitalmars.com --- Thanks, everyone, for your help with this. --

[Issue 14480] dmd 2.067 x64 release codegen

2015-06-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14480 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 14480] dmd 2.067 x64 release codegen

2015-06-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14480 Martin Nowak c...@dawg.eu changed: What|Removed |Added CC||c...@dawg.eu --- Comment #13

[Issue 14480] dmd 2.067 x64 release codegen

2015-06-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14480 --- Comment #14 from fen...@gmail.com --- (In reply to Martin Nowak from comment #13) (In reply to ponce from comment #12) For more images: https://github.com/p0nce/dplug/issues/35 Images don't really help. From similar issues with

[Issue 14480] dmd 2.067 x64 release codegen

2015-06-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14480 --- Comment #15 from ponce alil...@gmail.com --- Have you tried gdc/ldc? I'm sorry I've tried it all and this is way beyond me. GDC doesn't build my code on Windows (bug reported). LDC doesn't build my code either (bugs reported). I've tried to

[Issue 14480] dmd 2.067 x64 release codegen

2015-06-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14480 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 14480] dmd 2.067 x64 release codegen

2015-06-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14480 --- Comment #12 from ponce alil...@gmail.com --- For more images: https://github.com/p0nce/dplug/issues/35 --

[Issue 14480] dmd 2.067 x64 release codegen

2015-06-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14480 ponce alil...@gmail.com changed: What|Removed |Added CC||alil...@gmail.com --- Comment #11

[Issue 14480] dmd 2.067 x64 release codegen

2015-04-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14480 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added CC|

[Issue 14480] dmd 2.067 x64 release codegen

2015-04-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14480 --- Comment #7 from Vladimir Panteleev thecybersha...@gmail.com --- (In reply to fengli from comment #6) Here's a reduced test case // compile on windows with dmd -m64 -O test.d = BAD This program will give different output every time it's run,

[Issue 14480] dmd 2.067 x64 release codegen

2015-04-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14480 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added See Also|

[Issue 14480] dmd 2.067 x64 release codegen

2015-04-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14480 --- Comment #8 from fen...@gmail.com --- Hi Vladimir, Are you saying the program producing different output even without -O -m64? In my tests this function produces identical and correct output on windows without -O -m64 and on OSX with any

[Issue 14480] dmd 2.067 x64 release codegen

2015-04-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14480 --- Comment #10 from Vladimir Panteleev thecybersha...@gmail.com --- (In reply to fengli from comment #8) Hi Vladimir, Are you saying the program producing different output even without -O -m64? No, I meant with -O -m64. --

[Issue 14480] dmd 2.067 x64 release codegen

2015-04-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14480 --- Comment #6 from fen...@gmail.com --- Here's a reduced test case // compile on windows with dmd -m64 -O test.d = BAD import std.stdio; import std.array; import std.math; import std.algorithm; import std.range; struct Vector(T, alias N) {

[Issue 14480] dmd 2.067 x64 release codegen

2015-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14480 yebblies yebbl...@gmail.com changed: What|Removed |Added Keywords||wrong-code CC|

[Issue 14480] dmd 2.067 x64 release codegen

2015-04-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14480 --- Comment #2 from fen...@gmail.com --- On OSX with 2.067 this does not happen. --

[Issue 14480] dmd 2.067 x64 release codegen

2015-04-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14480 weaselcat r9shacklef...@gmail.com changed: What|Removed |Added CC||r9shacklef...@gmail.com

[Issue 14480] dmd 2.067 x64 release codegen

2015-04-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14480 --- Comment #4 from fen...@gmail.com --- It's probably a windows only issue (in fact windows 64 bit release mode only). --

[Issue 14480] dmd 2.067 x64 release codegen

2015-04-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14480 --- Comment #1 from fen...@gmail.com --- still broken in 2.067.1 b1 --