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: Mark objects death at end of scope


On Thu, Nov 3, 2011 at 10:23 AM, Eric Botcazou <ebotcazou@adacore.com> wrote:
>> There is a bug about not using -fexceptions (50857).
>
> Then let's fix it, as you said there "We fail to pass -fno-exceptions -fno-rtti
> to g++ for stage2 and stage3 building the host binaries. ?That leads to
> increased compile-time and possibly runtime." ?And now that will be worse.
>
>> If gnattools are built with the C++ compiler they should also link with the
>> G++ driver, so that's ?worth fixing anyway I think.
>
> gnattools is built with the C compiler, but it reuses a couple of object files
> of libbackend.a that are now compiled with C++.

Hmm, maybe we should re-build them with the C compiler then?  What
are these common object files?

Richard.

> --
> Eric Botcazou
>


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