[Bug target/52550] New: tile*.c: unused variable ‘cfa_offset’

amylaar at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Mar 10 13:55:00 GMT 2012


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52550

             Bug #: 52550
           Summary: tile*.c: unused variable ‘cfa_offset’
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: amylaar@gcc.gnu.org
            Blocks: 44756
              Host: x86_64-unknown-linux-gnu
            Target: tilegx-linux-gnu, tilepro-linux-gnu


gcc -c   -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wno-narrowing
-Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros
-Wno-overlength-strings -Werror -Wold-style-definition -Wc++-compat -fno-common
 -DHAVE_CONFIG_H -I. -I. -I../../../gcc/gcc -I../../../gcc/gcc/.
-I../../../gcc/gcc/../include -I../../../gcc/gcc/../libcpp/include
-I/opt/cfarm/mpc/include  -I../../../gcc/gcc/../libdecnumber
-I../../../gcc/gcc/../libdecnumber/dpd -I../libdecnumber    \
                ../../../gcc/gcc/config/tilegx/tilegx.c -o tilegx.o
../../../gcc/gcc/config/tilegx/tilegx.c: In function ‘tilegx_expand_prologue’:
../../../gcc/gcc/config/tilegx/tilegx.c:3901:11: error: unused variable
‘cfa_offset’ [-Werror=unused-variable]
cc1: all warnings being treated as errors
make[2]: *** [tilegx.o] Error 1


gcc -c   -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wno-narrowing
-Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros
-Wno-overlength-strings -Werror -Wold-style-definition -Wc++-compat -fno-common
 -DHAVE_CONFIG_H -I. -I. -I../../../gcc/gcc -I../../../gcc/gcc/.
-I../../../gcc/gcc/../include -I../../../gcc/gcc/../libcpp/include
-I/opt/cfarm/mpc/include  -I../../../gcc/gcc/../libdecnumber
-I../../../gcc/gcc/../libdecnumber/dpd -I../libdecnumber    \
                ../../../gcc/gcc/config/tilepro/tilepro.c -o tilepro.o
../../../gcc/gcc/config/tilepro/tilepro.c: In function
‘tilepro_expand_prologue’:
../../../gcc/gcc/config/tilepro/tilepro.c:3576:11: error: unused variable
‘cfa_offset’ [-Werror=unused-variable]
cc1: all warnings being treated as errors
make[2]: *** [tilepro.o] Error 1



More information about the Gcc-bugs mailing list