This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/60003] [4.9 regression] wrong code with __builtin_setjmp/__builtin_longjmp and inlining


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60003

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Created attachment 31999
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31999&action=edit
gcc49-pr60003-3.patch

Untested third variant, which just makes sure cfun->calls_setjmp is set even
for __builtin_setjmp_receiver.  This one seems to work for the testcase.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]