[Issue 2862] ICE: assert template.c(4048) global.errors
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Oct 21 03:11:17 PDT 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2862
Don <clugdbug at yahoo.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|2.028 |1.00
--- Comment #1 from Don <clugdbug at yahoo.com.au> 2009-10-21 03:11:17 PDT ---
An ancient bug. Reduced test case fails on D1 as well, as far back as 0.175.
void foo(T...)(T t) {}
void bug(T...)(T t){
foo(T);
}
void main(){
bug(1,2);
}
--
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