[Bug rtl-optimization/57067] Missing control flow edges for setjmp/longjmp

2022-12-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57067 --- Comment #10 from Andrew Pinski --- *** Bug 108132 has been marked as a duplicate of this bug. ***

[Bug rtl-optimization/57067] Missing control flow edges for setjmp/longjmp

2022-12-15 Thread amonakov at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57067 --- Comment #9 from Alexander Monakov --- *** Bug 108117 has been marked as a duplicate of this bug. ***

[Bug rtl-optimization/57067] Missing control flow edges for setjmp/longjmp

2022-12-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57067 Andrew Pinski changed: What|Removed |Added CC||fxue at os dot amperecomputing.com ---

[Bug rtl-optimization/57067] Missing control flow edges for setjmp/longjmp

2022-12-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57067 Andrew Pinski changed: What|Removed |Added CC||qinzhao at gcc dot gnu.org --- Comment #

[Bug rtl-optimization/57067] Missing control flow edges for setjmp/longjmp

2014-12-10 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57067 Bug 57067 depends on bug 56982, which changed state. Bug 56982 Summary: [4.8 Regression] Bad optimization with setjmp() https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56982 What|Removed |Added

[Bug rtl-optimization/57067] Missing control flow edges for setjmp/longjmp

2013-05-17 Thread gretay at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57067 gretay at gcc dot gnu.org changed: What|Removed |Added CC||gretay at gcc dot gnu.org ---

[Bug rtl-optimization/57067] Missing control flow edges for setjmp/longjmp

2013-05-14 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57067 --- Comment #5 from Richard Biener --- The RTL except.c:can_nonlocal_goto () function does not consider setjmp. Does Index: gcc/except.c === --- gcc/except.c(revision 198867)

[Bug rtl-optimization/57067] Missing control flow edges for setjmp/longjmp

2013-04-29 Thread gretay at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57067 --- Comment #4 from gretay at gcc dot gnu.org 2013-04-29 16:58:34 UTC --- Created attachment 29974 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29974 testcase The attached test case fails for arm-none-eabi on trunk, caused by r1980

[Bug rtl-optimization/57067] Missing control flow edges for setjmp/longjmp

2013-04-25 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57067 --- Comment #3 from rguenther at suse dot de 2013-04-25 15:11:00 UTC --- On Thu, 25 Apr 2013, krebbel at gcc dot gnu.org wrote: > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57067 > > --- Comment #2 from Andreas Krebbel 2013-04-25

[Bug rtl-optimization/57067] Missing control flow edges for setjmp/longjmp

2013-04-25 Thread krebbel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57067 --- Comment #2 from Andreas Krebbel 2013-04-25 14:46:09 UTC --- (In reply to comment #1) > I suppose more selectively removing edges would be best. Eventually this is > done to cater for expansions of builtin calls to non-calls? Then may

[Bug rtl-optimization/57067] Missing control flow edges for setjmp/longjmp

2013-04-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57067 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|