This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: Fix gcc bootstrap problem


On 8/20/07, Nick Clifton <nickc@redhat.com> wrote:
> bfd/ChangeLog
> 2007-08-20  Nick Clifton  <nickc@redhat.com>
>
>         * elflink.c (elf_fixup_link_order): Rewrite conversion of
>         s->alignment_power into an offset mask in order to avoid a gcc
>         error message.

This is wrong, this error message is really an internal error (witness
the ICE after the error).  We really should be using inform (or a
different from error) for these internal error message.

Can you provide me (or file a bug) with the preprocessed source for
this ICE?  The "i386-dis.c" ICE is most likely PR 22371.

Thanks,
Andrew Pinski


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