http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44777
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[4.4/4.5/4.6/4.7 |[4.4/4.5/4.6 Regression] |Regression] ICE: SIGSEGV |ICE: SIGSEGV with |with -fprofile-use in |-fprofile-use in |gcc.c-torture/execute/comp- |gcc.c-torture/execute/comp- |goto-2.c |goto-2.c --- Comment #11 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-01-05 20:10:09 UTC --- (In reply to comment #9) > OK, so the problem is separating the actual two builtins, not that profiling > would choke on the multiple returns now? Yes, profiling code was fine, it was the expansion of the two setjmp halves that was upset by anything unexpected in between the two. Thus, committed, thanks.