Actions

icon Post
text/html Subscribe
text/html Unsubscribe

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

Re: [arm-gcc] internal compiler error


  • To: "Reddy, Suresh" <sureshr@xxxxxx>
  • Subject: Re: [arm-gcc] internal compiler error
  • From: Paul Brook <paul@xxxxxxxxxxxxxxxx>
  • Date: Thu, 22 Apr 2004 16:00:45 +0100

On Thursday 22 April 2004 10:32, Reddy, Suresh wrote:
> Hi paul,
>
> We came across one more issue when we tried to compile 2.6.4 kernel with
> 3.4.0 tool chain. How ever we were able to compile 2.6.0 kernel without any
> issues. The error is as follows.

This is a kernel bug.
The second output operand of the asm in atomic_dec_and_test and 
atomic_add_negative in include/asm-arm/atomic.h is missing an early clobber 
"&" constraint.

Paul