[Issue 11086] dmd segfault
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Sep 21 10:34:28 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11086
monarchdodra at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |monarchdodra at gmail.com
Severity|normal |regression
--- Comment #1 from monarchdodra at gmail.com 2013-09-21 10:34:27 PDT ---
This is a 2.061 => 2.062 regression:
2.061:
//---
main.d(3): Error: template instance foo!(A) template 'foo' is not defined
main.d(3): Error: foo!(A) is used as a type
main.d(3): Error: foo!(A) is used as a type
END
//---
2.062:
//---
main.d(3): Error: template instance foo!(A) template 'foo' is not defined
main.d(3): Error: foo!(A) is used as a type
CRASH
//---
--
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