[Issue 8939] ICE(glue.c) on passing by ref statically initialized const/immutable variable

2012-11-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8939 --- Comment #4 from github-bugzi...@puremagic.com 2012-11-17 16:24:06 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/099d4a80f4ff315b94baeb10bb0f63cc65dfc3b

[Issue 8939] ICE(glue.c) on passing by ref statically initialized const/immutable variable

2012-11-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8939 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 8939] ICE(glue.c) on passing by ref statically initialized const/immutable variable

2012-11-14 Thread d-bugmail
/7daa39cc3ff563b50004cda86f4cdc1ae76c2888 fix Issue 8939 - ICE(glue.c) on passing by ref statically initialized const/immutable variable Don't optimize an argument on ref parameter, even which can interpret at compile time. https://github.com/D-Programming-Language/dmd/commit/a1e763cda40722305adb924509dd726af99e9e45 Merge pull re

[Issue 8939] ICE(glue.c) on passing by ref statically initialized const/immutable variable

2012-11-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8939 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #2 from Kenji Hara 2012