This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/44777] [4.4/4.5/4.6 Regression] ICE: SIGSEGV with -fprofile-use in gcc.c-torture/execute/comp-goto-2.c
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 05 Jan 2012 20:10:09 +0000
- Subject: [Bug middle-end/44777] [4.4/4.5/4.6 Regression] ICE: SIGSEGV with -fprofile-use in gcc.c-torture/execute/comp-goto-2.c
- Auto-submitted: auto-generated
- References: <bug-44777-4@http.gcc.gnu.org/bugzilla/>
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.