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: 3.2 PATCH: Fully support parallel gnat1/gnatbind builds


    Huh? I am talking about the patch to compile __gnat_raise_exception()
    with $(ADAC).

I don't remember that patch.  But I would then recommend compiling *all*
of the Ada C files with $(ADAC).

    I believe that __builtin_setjmp is the only place where version skew
    between bootstrap compilers is a problem.  More accurately, I cannot
    think of any other issue that would not represent a major
    incompatibility in the C ABI, and would therefore have been noticed in
    normal usage.

Remember that the GNAT C and Ada code freely call each other and make
assumptions about how that will work that aren't part of the C ABI.
But if *all* the GNAT C code is compiled with the same compiler as the Ada
code, then the only issue is the calls from the GNAT front end to the middle
of GCC and there I agree with you.


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