[Issue 5343] dmd crashes by the use of template with -g compiler switch
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Dec 11 21:48:15 PST 2010
http://d.puremagic.com/issues/show_bug.cgi?id=5343
--- Comment #2 from Don <clugdbug at yahoo.com.au> 2010-12-11 21:46:31 PST ---
Reduces test case:
struct Tuple(Specs...)
{
Specs[0] field;
}
struct S(E)
{
immutable E x; // Workaround: Remove immutable.
}
enum A{a,b,c} // Workaround: alias int A;
alias Tuple!(A) TA; // Workaround: Remove this line.
alias S!(A) SA; // Workaround: Exchange of declaration order with TA.
void main()
{
}
--
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