[Issue 3753] ICE eh.c 49: Related to exception handling and alloca.

2012-07-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3753 --- Comment #5 from Brad Roberts 2012-07-22 20:00:51 PDT --- *** Issue 4054 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail b

[Issue 3753] ICE eh.c 49: Related to exception handling and alloca.

2010-05-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3753 Don changed: What|Removed |Added CC||rob...@octarineparrot.com --- Comment #4 from Do

[Issue 3753] ICE eh.c 49: Related to exception handling and alloca.

2010-05-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3753 --- Comment #3 from Don 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() {

[Issue 3753] ICE eh.c 49: Related to exception handling and alloca.

2010-01-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3753 --- Comment #2 from David Simcha 2010-01-30 06:48:29 PST --- import core.stdc.stdlib; void main(string[] args) { try { doNothing(); } catch {} void* foo = alloca(args.length); } void doNothing() {} I've had some more time to fiddle w

[Issue 3753] ICE eh.c 49: Related to exception handling and alloca.

2010-01-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3753 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #1 from Don 2