[Issue 8255] New: ICE when passing 'ref' literal
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Jun 16 15:45:35 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8255
Summary: ICE when passing 'ref' literal
Product: D
Version: D2
Platform: x86
OS/Version: Windows
Status: NEW
Severity: major
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: wfunction at hotmail.com
--- Comment #0 from wfunction at hotmail.com 2012-06-16 15:47:50 PDT ---
struct G { }
struct F(T) { void f(ref T) { } }
pragma(msg, F!G().f(G.init));
void main() { }
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list