[Bug target/55062] New: bootstrap fails on gcc/config/rs6000/rs6000.c for powerpc-apple-darwin9 using gcc-4.2/g++-4.2

howarth at nitro dot med.uc.edu gcc-bugzilla@gcc.gnu.org
Wed Oct 24 19:15:00 GMT 2012


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

             Bug #: 55062
           Summary: bootstrap fails on gcc/config/rs6000/rs6000.c for
                    powerpc-apple-darwin9 using gcc-4.2/g++-4.2
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: howarth@nitro.med.uc.edu


When bootstrapping gcc trunk at r192774 on powerpc-apple-darwin9 with
CC=gcc-4.2 and CXX=g++-4.2, the bootstrap fails at...

g++-4.2 -c   -g -DIN_GCC   -fno-exceptions -fno-rtti
-fasynchronous-unwind-tables -W -Wall -Wwrite-strings -Wcast-qual
-Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros
-Wno-overlength-strings -fno-common  -DHAVE_CONFIG_H -I. -I.
-I../../gcc-4.8-20121024/gcc -I../../gcc-4.8-20121024/gcc/.
-I../../gcc-4.8-20121024/gcc/../include
-I../../gcc-4.8-20121024/gcc/../libcpp/include -I/sw/include -I/sw/include 
-I../../gcc-4.8-20121024/gcc/../libdecnumber
-I../../gcc-4.8-20121024/gcc/../libdecnumber/dpd -I../libdecnumber
-I../../gcc-4.8-20121024/gcc/../libbacktrace -DCLOOG_INT_GMP -I/sw/include
-I/sw/include -I/sw/include \
        ../../gcc-4.8-20121024/gcc/config/rs6000/rs6000.c -o rs6000.o
../../gcc-4.8-20121024/gcc/config/rs6000/rs6000.c: In function 'void
rs6000_density_test(rs6000_cost_data*)':
../../gcc-4.8-20121024/gcc/config/rs6000/rs6000.c:3550: error: 'dump_kind_p'
was not declared in this scope
../../gcc-4.8-20121024/gcc/config/rs6000/rs6000.c: In function 'tree_node*
rs6000_handle_longcall_attribute(tree_node**, tree_node*, tree_node*, int,
bool*)':
../../gcc-4.8-20121024/gcc/config/rs6000/rs6000.c:24650: warning: unknown
conversion type character 'E' in format
../../gcc-4.8-20121024/gcc/config/rs6000/rs6000.c:24650: warning: too many
arguments for format
../../gcc-4.8-20121024/gcc/config/rs6000/rs6000.c: In function 'tree_node*
rs6000_handle_struct_attribute(tree_node**, tree_node*, tree_node*, int,
bool*)':
../../gcc-4.8-20121024/gcc/config/rs6000/rs6000.c:24723: warning: unknown
conversion type character 'E' in format
../../gcc-4.8-20121024/gcc/config/rs6000/rs6000.c:24723: warning: too many
arguments for format
../../gcc-4.8-20121024/gcc/config/rs6000/rs6000.c:24733: warning: unknown
conversion type character 'E' in format
../../gcc-4.8-20121024/gcc/config/rs6000/rs6000.c:24733: warning: too many
arguments for format
make[3]: *** [rs6000.o] Error 1
make[2]: *** [all-stage1-gcc] Error 2
make[1]: *** [stage1-bubble] Error 2



More information about the Gcc-bugs mailing list