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 c/13395] New: ICE during bootstrap with BOOT_CFLAGS="-O2 -g -fnew-ra -ftracer"


I get this ICE while bootstrapping with those two -f* options. I didn't try any
other combination of these. Preprocessed source is attached.

logout ~/tmp/gcc34/objdir/gcc>stage1/xgcc -Bstage1/
-B/home/4/wilx/i386-unknown-freebsd4.9/bin/ -c   -O2 -g -fnew-ra -ftracer
-DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-pedantic -Wno-long-long -Wold-style-definition -Werror -fno-common  
-DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../srcdir/gcc
-I../../srcdir/gcc/. -I../../srcdir/gcc/../include genmodes.i -o genmodes.o -v
Reading specs from stage1/specs
Configured with: ../srcdir/configure --disable-nls
--enable-version-specific-runtime-libs --enable-dwarf2 --with-cpu=i686
--with-arch=i686 --with-system-zlib --disable-shared --prefix=/home/4/wilx
--enable-languages=c,c++ --disable-sjlj-exceptions
Thread model: posix
gcc version 3.4 20031212 (experimental)
 stage1/cc1 -fpreprocessed genmodes.i -quiet -dumpbase genmodes.i -march=i686
-auxbase-strip genmodes.o -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror
-version -fnew-ra -ftracer -fno-common -o /home/4/wilx/tmp/tmp/ccYQ4ZNT.s
GNU C version 3.4 20031212 (experimental) (i386-unknown-freebsd4.9)
        compiled by GNU C version 3.4 20031212 (experimental).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
../../srcdir/gcc/genmodes.c: In function `hash_mode':

../../srcdir/gcc/genmodes.c:180: error: Abnormal edges for no purpose in bb 0
../../srcdir/gcc/genmodes.c:180: internal compiler error: verify_flow_info failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: ICE during bootstrap with BOOT_CFLAGS="-O2 -g -fnew-ra -
                    ftracer"
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: v dot haisman at sh dot cvut dot cz
                CC: gcc-bugs at gcc dot gnu dot org,v dot haisman at sh dot
                    cvut dot cz
 GCC build triplet: i386-unknown-freebsd4.9
  GCC host triplet: i386-unknown-freebsd4.9
GCC target triplet: i386-unknown-freebsd4.9


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


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