[Issue 7043] CTFE: ICE illegal reference value 0LU, only with -inline

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7043 Andrei Alexandrescu changed: What|Removed |Added Version|D1 & D2 |D2 --

[Issue 7043] CTFE: ICE illegal reference value 0LU, only with -inline

2011-12-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7043 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 7043] CTFE: ICE illegal reference value 0LU, only with -inline

2011-12-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7043 --- Comment #3 from Don 2011-12-02 02:52:02 PST --- Further reduced. Still requires -inline. bool bug7043(S)(ref int x) { return true; } static assert( { int i = 0; return bug7043!(char)(i); }() ); -- Configure issuemail: http:

[Issue 7043] CTFE: ICE illegal reference value 0LU, only with -inline

2011-12-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7043 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au Summary|CTFE: IC