[Issue 2962] ICE(glue.c) or bad codegen passing variable as template value parameter
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Aug 14 06:04:12 PDT 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2962
--- Comment #7 from Don <clugdbug at yahoo.com.au> 2009-08-14 06:04:11 PDT ---
It's definitely not a recent regression, D1.020 behaved the same way.
Probably the same as 2733, (but please DO NOT mark this as a duplicate, this is
a much better bug report).
Even smaller test case:
void baz(int z)() {}
void main() {
int x;
baz!(x)();
}
--
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