[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/10813] Compile error: gas/config/t c-arm.c:2489: error: suggest
From: |
bugs at fun-tech dot se |
Subject: |
[Bug gas/10813] Compile error: gas/config/t c-arm.c:2489: error: suggest braces around empty body in an if statement |
Date: |
20 Oct 2009 08:34:32 -0000 |
------- Additional Comments From bugs at fun-tech dot se 2009-10-20 08:34
-------
And the compiler output
make[4]: Entering directory
`/home/cj/STM32/gcc-toolchain/binutils-2.20/build/gas'
gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config
-I../../gas/../include -I../../gas/.. -I../../gas/../bfd
-DLOCALEDIR="\"/usr/local/cross-cortex-m3/share/locale\"" -W -Wall
-Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -MT tc-arm.o -MD -MP -MF
.deps/tc-arm.Tpo -c -o tc-arm.o `test -f 'config/tc-arm.c' || echo
'../../gas/'`config/tc-arm.c
gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config
-I../../gas/../include -I../../gas/.. -I../../gas/../bfd
-DLOCALEDIR="\"/usr/local/cross-cortex-m3/share/locale\"" -W -Wall
-Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -MT atof-ieee.o -MD -MP
-MF .deps/atof-ieee.Tpo -c -o atof-ieee.o `test -f 'config/atof-ieee.c' || echo
'../../gas/'`config/atof-ieee.c
make[4]: Entering directory
`/home/cj/STM32/gcc-toolchain/binutils-2.20/build/ld'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/cj/STM32/gcc-toolchain/binutils-2.20/build/ld'
make[3]: Leaving directory `/home/cj/STM32/gcc-toolchain/binutils-2.20/build/ld'
make[2]: Leaving directory `/home/cj/STM32/gcc-toolchain/binutils-2.20/build/ld'
cc1: warnings being treated as errors
../../gas/config/tc-arm.c: In function make_mapping_symbol:
../../gas/config/tc-arm.c:2489: error: suggest braces around empty body in an
if statement
mv -f .deps/atof-ieee.Tpo .deps/atof-ieee.Po
make[4]: *** [tc-arm.o] Error 1
--
http://sourceware.org/bugzilla/show_bug.cgi?id=10813
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.