This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/17427] New: powerpc-linux does not bootstrap on HEAD with --disable-checking


I configured with --enable-languages=c++ --disable-checking.  An
--enable-checking bootstrap succeeds.

The bootstrap fails with:

stage1/xgcc -Bstage1/
-B/scratch/dan/gcc/install-orig/powerpc-unknown-linux-gnu/bin/ -c   -g -O2
-DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Werror   
-DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I/scratch/dan/gcc/gcc
-I/scratch/dan/gcc/gcc/. -I/scratch/dan/gcc/gcc/../include
-I/scratch/dan/gcc/gcc/../libcpp/include  \
    /scratch/dan/gcc/gcc/gengtype.c -o gengtype.o
/scratch/dan/gcc/gcc/gengtype.c: In function `walk_type':
/scratch/dan/gcc/gcc/gengtype.c:1905: error: unrecognizable insn:
(insn:HI 1981 1325 1321 108 (set (reg:SI 858)
        (abs:SI (reg/v:SI 150 [ union_p ]))) -1 (nil)
    (nil))
/scratch/dan/gcc/gcc/gengtype.c:1905: internal compiler error: in extract_insn,
at recog.c:2034

I'll attach a .i file.  This command fails:
stage1/cc1 -fpreprocessed gengtype.i -quiet -O2 -o /dev/null

-- 
           Summary: powerpc-linux does not bootstrap on HEAD with --disable-
                    checking
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: drow at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: powerpc-unknown-linux-gnu
  GCC host triplet: powerpc-unknown-linux-gnu
GCC target triplet: powerpc-unknown-linux-gnu


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]