Actions

icon Post
text/html Subscribe
text/html Unsubscribe

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [arm-gcc] errors from arm-gcc compilation


  • To: arm-gcc@xxxxxxxxxxxxxxxx, dave@xxxxxxxxxxxxx
  • Subject: Re: [arm-gcc] errors from arm-gcc compilation
  • From: Paul Brook <paul@xxxxxxxxxxxxxxxx>
  • Date: Tue, 5 Oct 2004 12:54:46 +0100

On Monday 04 October 2004 19:18, Dave Edwards wrote:
> Hi,
>
> We've been building some software using the ARM gcc toolchain in order to
> compare the codesize to that produced by our CodeSourcery-ported gcc
> compiler.
>
> I've just managed to get an error from the ARM versions when trying to
> build the following files at -Os -mthumb.
>
> As requested by the error message I'm emailing details to arm-gcc but also
> cc'd Nathan incase its a general issue.

I can reproduce the failure with the 2004-Q1A release, however it no longer 
occurs in our development version. I suspect it was fixed by this patch:

2004-08-25  Richard Earnshaw  <rearnsha@xxxxxxx>

        * PR target/15948
        * arm.md (bicsi3_cbranch): Add alternative to handle tying operands
        one and two.

We expect to be making a new release (including this fix) within the next few 
weeks. Alternatively you can build your own compiler using sources from the 
csl-arm-branch in the FSF CVS repository on gcc.gnu.org.

Paul