Bootstrap failure for powerpc-apple-darwin9 from revision 159339:

...
/opt/gcc/darwin_buildw/./prev-gcc/xgcc -B/opt/gcc/darwin_buildw/./prev-gcc/
-B/opt/gcc/gcc4.6w/powerpc-apple-darwin9/bin/
-B/opt/gcc/gcc4.6w/powerpc-apple-darwin9/bin/
-B/opt/gcc/gcc4.6w/powerpc-apple-darwin9/lib/ -isystem
/opt/gcc/gcc4.6w/powerpc-apple-darwin9/include -isystem
/opt/gcc/gcc4.6w/powerpc-apple-darwin9/sys-include    -c  -g -O2
-mdynamic-no-pic -gtoggle -DIN_GCC   -W -Wall -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-4.6-work/gcc -I../../gcc-4.6-work/gcc/.
-I../../gcc-4.6-work/gcc/../include -I../../gcc-4.6-work/gcc/../libcpp/include
-I/sw/include -I/sw/include  -I../../gcc-4.6-work/gcc/../libdecnumber
-I../../gcc-4.6-work/gcc/../libdecnumber/dpd -I../libdecnumber -I/sw/include 
-I/sw/include -DCLOOG_PPL_BACKEND    ../../gcc-4.6-work/gcc/targhooks.c -o
targhooks.o
../../gcc-4.6-work/gcc/targhooks.c: In function
'default_mode_dependent_address_p':
../../gcc-4.6-work/gcc/targhooks.c:968:3: error: passing argument 1 of
'rs6000_mode_dependent_address_ptr' discards qualifiers from pointer target
type [-Werror]
../../gcc-4.6-work/gcc/targhooks.c:968:3: note: expected 'rtx' but argument is
of type 'const_rtx'
cc1: all warnings being treated as errors

make[3]: *** [targhooks.o] Error 1
make[2]: *** [all-stage2-gcc] Error 2
make[1]: *** [stage2-bubble] Error 2
make: *** [all] Error 2

See also http://gcc.gnu.org/ml/gcc-patches/2010-05/msg00915.html .

Replacing const_rtx with rtx in gcc/targhooks.* allows bootstrap to proceed.


-- 
           Summary: [4.6 Regression] Bootstrap failure for powerpc-apple-
                    darwin9 from revision 159339
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dominiq at lps dot ens dot fr
 GCC build triplet: powerpc-apple-darwin9
  GCC host triplet: powerpc-apple-darwin9
GCC target triplet: powerpc-apple-darwin9


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

Reply via email to