[Bug middle-end/30196] VLA and setjumplongjump exceptions

2007-03-13 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2007-03-14 06:06 --- *** This bug has been marked as a duplicate of 19774 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug middle-end/30196] VLA and setjumplongjump exceptions

2007-03-13 Thread dannysmith at users dot sourceforge dot net
--- Comment #3 from dannysmith at users dot sourceforge dot net 2007-03-14 05:57 --- This is a duplicate of PR 19774 Danny -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30196

[Bug middle-end/30196] VLA and setjumplongjump exceptions

2007-03-13 Thread jconner at apple dot com
--- Comment #2 from jconner at apple dot com 2007-03-13 23:55 --- I have a patch for this that I'm testing right now. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30196

[Bug middle-end/30196] VLA and setjumplongjump exceptions

2006-12-13 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-12-13 08:37 --- This is SJLJ related as it works just fine on x86-linux and powerpc-darwin both uses dwarf2 exceptions. One should note that VLA are an extension to C++. -- pinskia at gcc dot gnu dot org changed: Wha