[Issue 1928] dmd SEGV with too many template parameters

2015-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1928

Andrei Alexandrescu  changed:

   What|Removed |Added

Version|2.012   |D2

--


[Issue 1928] dmd SEGV with too many template parameters

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1928


clugd...@yahoo.com.au changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME




--- Comment #1 from clugd...@yahoo.com.au  2009-04-01 07:26 ---
No longer segfaults in DMD2.027.

bug.d(5): Error: template instance bar!(foo,foo) does not match template
declara
tion bar(alias E)


--