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 #8 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
> Ok, so you prefer the first patch?  Now to write some comment explaining
> why...

Yes, I'm very fond of one-liners. :-)  You can say that the label taken by
__builtin_setjmp is treated as a non-local label by the middle-end.


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