This is the mail archive of the gcc-patches@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]

Re: avoid unnecessary register saves for setjmp


Zack Weinberg writes:

 > So by using the EH unwinder for longjmp we clean
 > up a nasty dark corner of the language.

Do we really?  The value is still undefined according to 7.13.2.1 Para
3; all we're doing is making a gcc extension that such values are
well-defined.

Andrew.


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