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: [C++ patch] Fix one of PPC bootstrap problems


Actually only Darwin is effected, not PPC in general (it will also happen on i686-darwin).

On Saturday, Sep 6, 2003, at 17:15 US/Pacific, Jan Hubicka wrote:

Mark,
PPC runs into problem because C++ frontend several times finalize the
same variable. It changes the mind from normal variable into comdat
in between first and second time. I am not quite sure why that happens,
but surely we should not re-do everything over and over.


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