public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/49007] New: ICE in extract_true_false_edges_from_block at tree-cfg.c:7379
@ 2011-05-15 19:01 danglin at gcc dot gnu.org
  2011-05-15 21:31 ` [Bug rtl-optimization/49007] " danglin at gcc dot gnu.org
                   ` (23 more replies)
  0 siblings, 24 replies; 25+ messages in thread
From: danglin at gcc dot gnu.org @ 2011-05-15 19:01 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: ICE in extract_true_false_edges_from_block at
                    tree-cfg.c:7379
           Product: gcc
           Version: 4.3.6
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: rtl-optimization
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: danglin@gcc.gnu.org
              Host: hppa2.0w-hp-hpux11.11
            Target: hppa2.0w-hp-hpux11.11
             Build: hppa2.0w-hp-hpux11.11


Trunk build fails in stage2 compiling libiberty/regex.c:

make[3]: Entering directory `/test/gnu/gcc/objdir.1/libiberty'
if [ x"-fPIC" != x ] && [ ! -d pic ]; then \
          mkdir pic; \
        else true; fi
touch stamp-picdir
if [ x"-fPIC" != x ]; then \
          /test/gnu/gcc/objdir.1/./prev-gcc/xgcc
-B/test/gnu/gcc/objdir.1/./prev
-gcc/ -B/opt/gnu/gcc/gcc-4.7/hppa2.0w-hp-hpux11.11/bin/
-B/opt/gnu/gcc/gcc-4.7/h
ppa2.0w-hp-hpux11.11/bin/ -B/opt/gnu/gcc/gcc-4.7/hppa2.0w-hp-hpux11.11/lib/
-isy
stem /opt/gnu/gcc/gcc-4.7/hppa2.0w-hp-hpux11.11/include -isystem
/opt/gnu/gcc/gc
c-4.7/hppa2.0w-hp-hpux11.11/sys-include    -c -DHAVE_CONFIG_H -g -O2  -I.
-I../.
./gcc/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat
-Wstrict-proto
types -pedantic  -fPIC ../../gcc/libiberty/regex.c -o pic/regex.o; \
        else true; fi
../../gcc/libiberty/regex.c: In function 'byte_re_match_2_internal':
../../gcc/libiberty/regex.c:8126:1: internal compiler error: vector
VEC(edge,bas
e) index domain error, in extract_true_false_edges_from_block at
tree-cfg.c:7379
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [regex.o] Error 1

# ./xgcc -B./ -v
Reading specs from ./specs
COLLECT_GCC=./xgcc
COLLECT_LTO_WRAPPER=./lto-wrapper
Target: hppa2.0w-hp-hpux11.11
Configured with: ../gcc/configure --with-gnu-as --with-as=/opt/gnu/bin/as
--enable-shared --with-local-prefix=/opt/gnu --prefix=/opt/gnu/gcc/gcc-4.7
--with-gmp=/opt/gnu/gcc/gcc-4.7 --enable-threads=posix --enable-debug=no
--disable-nls --without-cloog --without-ppl
--enable-languages=c,c++,objc,fortran,java,ada,obj-c++
Thread model: posix
gcc version 4.7.0 20110514 (experimental) [trunk revision 173762] (GCC) 

Bootstrap:
Configured with: ../gcc/configure --with-gnu-as --with-as=/opt/gnu/bin/as
--enab
le-shared --with-local-prefix=/opt/gnu --prefix=/opt/gnu/gcc/gcc-4.3.6
--with-gm
p=/opt/gnu/gcc/gcc-4.3.6 --enable-threads=posix --enable-debug=no --disable-nls 
--enable-checking=release
--enable-languages=c,c++,objc,fortran,java,ada,obj-c++
Thread model: posix
gcc version 4.3.6 20110514 (prerelease) [gcc-4_3-branch revision 173762] (GCC) 

Make command:
make STAGE1_CFLAGS="-g -O1" bootstrap

This is a gcc-4.3 reorg bug since bootstrap does not fail with -O0 or
STAGE1_CFLAGS="-g -O1 -fno-delayed-branch".


^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2011-05-24 19:41 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-15 19:01 [Bug rtl-optimization/49007] New: ICE in extract_true_false_edges_from_block at tree-cfg.c:7379 danglin at gcc dot gnu.org
2011-05-15 21:31 ` [Bug rtl-optimization/49007] " danglin at gcc dot gnu.org
2011-05-15 23:07 ` danglin at gcc dot gnu.org
2011-05-16  5:46 ` danglin at gcc dot gnu.org
2011-05-16 17:34 ` dave at hiauly1 dot hia.nrc.ca
2011-05-20 19:56 ` danglin at gcc dot gnu.org
2011-05-21  3:37 ` danglin at gcc dot gnu.org
2011-05-21  4:17 ` danglin at gcc dot gnu.org
2011-05-21  7:16 ` pinskia at gcc dot gnu.org
2011-05-21 15:26 ` dave at hiauly1 dot hia.nrc.ca
2011-05-21 23:23 ` danglin at gcc dot gnu.org
2011-05-23  6:52 ` danglin at gcc dot gnu.org
2011-05-23  7:51 ` ebotcazou at gcc dot gnu.org
2011-05-23 16:28 ` danglin at gcc dot gnu.org
2011-05-23 16:44 ` danglin at gcc dot gnu.org
2011-05-23 17:20 ` danglin at gcc dot gnu.org
2011-05-23 17:22 ` danglin at gcc dot gnu.org
2011-05-23 17:24 ` danglin at gcc dot gnu.org
2011-05-23 17:51 ` danglin at gcc dot gnu.org
2011-05-23 18:23 ` ebotcazou at gcc dot gnu.org
2011-05-23 19:15 ` dave at hiauly1 dot hia.nrc.ca
2011-05-23 20:14 ` ebotcazou at gcc dot gnu.org
2011-05-23 23:17 ` danglin at gcc dot gnu.org
2011-05-24 19:10 ` danglin at gcc dot gnu.org
2011-05-24 19:46 ` danglin at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).