[Issue 8348] ICE(glue.c): 'semanticRun == PASSsemantic3done' on line 547 in file 'glue.c'
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Dec 12 20:17:24 PST 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8348
Walter Bright <bugzilla at digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugzilla at digitalmars.com
--- Comment #11 from Walter Bright <bugzilla at digitalmars.com> 2012-12-12 20:17:21 PST ---
A smaller test case:
struct Set(T)
{
this(this) { }
const opBinary(string op, U)(U)
if(is(typeof(U.init.isSet)) )
{
}
}
int[const(Set!uint)] trieCache;
void getTrie()
{
Set!(uint).init in trieCache;
}
--
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