[Issue 3753] ICE eh.c 49: Related to exception handling and alloca.
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue May 18 00:18:03 PDT 2010
http://d.puremagic.com/issues/show_bug.cgi?id=3753
--- Comment #3 from Don <clugdbug at yahoo.com.au> 2010-05-18 00:18:01 PDT ---
I'm including this test case from bug 4054, so that I can close it, as it is
clearly another instance of the same bug.
-------
import core.stdc.stdlib : alloca;
class A { }
void b()
{
scope a = new A;
int l;
alloca(l);
goto L1;
L1:
;
}
--
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