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

2008-03-27 Thread Nick Clifton
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

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

2008-03-27 Thread Ineiev
When binutils-2.18 are configured with option --target=arm-unknown-elf, gcc-2.95.3 doesn't compile gas/config/tc-arm.c. 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():