http://d.puremagic.com/issues/show_bug.cgi?id=4082
Byron Heads <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Byron Heads <[email protected]> 2010-06-15 14:14:19 PDT --- Same for dmd 2.047 It seems to be a problem with the goto. The compile errors on this code: struct foo { ~this() { throw new Exception( "BAD!" ); } } void bar() {} nothrow void main() { foo f; bar(); goto STOP; STOP:; } Error: function D main 'main' is nothrow yet may throw -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
