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: 21 GCC HEAD regressions, 2 new, with your patch on 2004-07-07T22:45:18Z.


> How do I reproduce it? It works for me on Linux/x86.

By a cross compiler to powerpc-apple-darwin.

Here is the anyalsis of the problem, we already had called MAKE_DECL_ONE_ONLY
by the time we get to emit_tinfo_decl so your patch is wrong.

Figure out where we set DECL_ONE_ONLY instead of setting it late in the game.

Thanks,
Andrew Pinski


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