[Bug middle-end/15996] __builtin_longjmp just after another __builtin_longjmp fails with null dereferencing

2013-11-10 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15996 Eric Botcazou changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug middle-end/15996] __builtin_longjmp just after another __builtin_longjmp fails with null dereferencing

2013-11-09 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15996 --- Comment #11 from Andrew Pinski --- __builtin_longjmp/__builtin_setjmp should really not be used as they are really only for internal use only. See PR 59039 for more information on that subject.