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: i believe that the commit you just did broke ppc32-linux bootstrap.



On 03/07/2007, at 1:04 PM, Kenneth Zadeck wrote:


Geoff,

I just backed up to 126269 which is right before your commit and it
seems to work fine.

the failure is in building libgcc. Given that this is complaining about
a function_decl and your commit of


http://gcc.gnu.org/ml/gcc-patches/2007-07/msg00281.html

is all about the attributes on a function decl, you should look into this.

Yup. That's exactly the kind of bug my commit was intended to find. I'm surprised that it didn't trigger in a powerpc-darwin bootstrap.


I've created <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32617> to track the underlying problem, and have backed this patch out. I think I'll fix the underlying problem by causing all DECLs to have a DECL_ALIGN, including FUNCTION_DECLs.

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]