[Issue 6774] ICE(glue.c) totym gagged forward reference error
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Nov 14 23:55:20 PST 2012
http://d.puremagic.com/issues/show_bug.cgi?id=6774
--- Comment #7 from Don <clugdbug at yahoo.com.au> 2012-11-14 23:55:13 PST ---
Reduced test case for comment 5:
----
void foo(T)(ref immutable(T) data) {}
void test6774() {
immutable a = 2.0f;
foo!(float)(a);
}
--
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