bug-binutils
[Top][All Lists]
Advanced

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

Re: ARM tc-arm.c is not compiled with old GCC


From: Nick Clifton
Subject: Re: ARM tc-arm.c is not compiled with old GCC
Date: Thu, 27 Mar 2008 14:13:15 +0000
User-agent: Thunderbird 1.5.0.12 (X11/20071129)

Hi Ineiev,

The first complain is in do_neon_cvt():
two variables are defined in an improper place.
I think they would better go to the begin of their block.

The second is in do_neon_ext(): the compiler tells of comparing
of signed and unsigned integers; it treats this as an error.
I suggest an explicit conversion to unsigned.

Thanks for reporting these problems. I have checked your patch in along with this changelog entry.

Cheers
  Nick

gas/ChangeLog
2008-03-27  Ineiev  <address@hidden>

        * config/tc-arm.c (do_neon_cvt): Move variable declarations to
        start of block.
        (do_neon_ext): Fix sign of comparison.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]