[Issue 2566] compiler ICE from TypeTuple
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Apr 3 04:42:10 PDT 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2566
clugdbug at yahoo.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |regression
Summary|compiler segfault from |compiler ICE from TypeTuple
|TypeTuple |
------- Comment #1 from clugdbug at yahoo.com.au 2009-04-03 06:42 -------
No longer segfaults in DMD 1.042, now it's an ICE with
Assertion failure: 'i < parameters->dim' on line 806 in file 'template.c'
abnormal program termination
In DMD2.027, it produces:
fog.d(7): Error: template fog.foo(TP...) declaration TP is already defined
which doesn't seem correct.
--
More information about the Digitalmars-d-bugs
mailing list