http://d.puremagic.com/issues/show_bug.cgi?id=10043
Summary: ICE with __traits(compiles) Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: ice, rejects-valid Severity: regression Priority: P2 Component: DMD AssignedTo: nob...@puremagic.com ReportedBy: k.hara...@gmail.com --- Comment #0 from Kenji Hara <k.hara...@gmail.com> 2013-05-07 23:43:48 PDT --- Dmd 2.062 compiles this code correctly, but 2.063a causes ICE: assert mtype.c(6379) id->dyncast() == DYNCAST_IDENTIFIER void main() { struct X {} X d1; static assert(!__traits(compiles, d1.structuralCast!Refleshable)); } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------