This is the mail archive of the gcc@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: 3.2 PATCH: Fully support parallel gnat1/gnatbind builds


    > We rely on things besides the C ABI: for example, we found that
    > there's an incompatibility between builtin setjmp/longjmp in 2.8.1
    > and 3.2 that caused problems.

    Why is this dependency on builtin setjmp/longjmp desirable?

Because it's the simplest (and hence safest) way to implement EH.  Depending
on any *other* EH mechanism to be the same between GCC version will be much
*less* likely.


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