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: [PATCH] Fix PR 15720 and some recent C++ regressions



On 28/05/2004, at 7:44 PM, Andrew Pinski wrote:


Even after my patch to fix the rs6000 and i386 back-ends for the
recent failures from Zack's changes/addition of mark_decl_referenced,
the darwin back-end has a simple bug in that the SYMBOL_RTX for the
stub does not refer back to the original function decl at all so
the function does not get emitted if it is referenced and it
was decided that we should have a stub early on.  This patch fixes
the bug by making the SYMBOL_RTX refer back to the original function
decl.

OK? Bootstapped on powerpc-apple-darwin with no regressions plus it
fixed some recent C++ testcases.

This is OK.

Attachment: smime.p7s
Description: S/MIME cryptographic signature


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