From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5327 invoked by alias); 23 Jul 2003 06:39:12 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 5312 invoked by uid 48); 23 Jul 2003 06:39:08 -0000 Date: Wed, 23 Jul 2003 06:39:00 -0000 From: "olh at suse dot de" To: gcc-bugs@gcc.gnu.org Message-ID: <20030723063903.11640.olh@suse.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug bootstrap/11640] New: 3.4: bootstrap ICE in rtl_verify_flow_info, at cfgrtl.c:2151 X-Bugzilla-Reason: CC X-SW-Source: 2003-07/txt/msg02680.txt.bz2 List-Id: PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11640 Summary: 3.4: bootstrap ICE in rtl_verify_flow_info, at cfgrtl.c:2151 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P2 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: olh at suse dot de CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: powerpc64-unknown-linux GCC host triplet: powerpc64-unknown-linux GCC target triplet: powerpc64-unknown-linux I have not tried a native powerpc64-linux build in the last 4 weeks. LAST_UPDATED Wed Jul 23 05:06:55 UTC 2003 olh@mandarine:~/obj-gcc/gcc> /usr/bin/time stage1/xgcc -Bstage1/ -B/usr/powerpc64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Werror -fno-common -DHAVE_CONFIG_H -I. -I. -I/home/olh/gcc-head/gcc -I/home/olh/gcc-head/gcc/. -I/home/olh/gcc-head/gcc/config -I/home/olh/gcc-head/gcc/../include -c insn-attrtab.c -o insn-attrtab.o -v -v --save-temps Reading specs from stage1/specs Configured with: /home/olh/gcc-head/configure --prefix=/usr --disable-nls --enable-threads=posix --enable-languages=c,c++,f77,objc Thread model: posix gcc version 3.4 20030723 (experimental) stage1/cc1 -E -quiet -v -v -I. -I. -I/home/olh/gcc-head/gcc -I/home/olh/gcc-head/gcc/. -I/home/olh/gcc-head/gcc/config -I/home/olh/gcc-head/gcc/../include -iprefix /home/olh/obj-gcc/gcc/stage1/../lib/gcc-lib/powerpc64-unknown-linux-gnu/3.4/ -isystem include -isystem stage1/include -isystem /usr/powerpc64-unknown-linux-gnu/bin/include -D__unix__ -D__gnu_linux__ -D__linux__ -Dunix -D__unix -Dlinux -D__linux -Asystem=unix -Asystem=posix -DIN_GCC -DHAVE_CONFIG_H insn-attrtab.c -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Werror -fno-common -O2 -o insn-attrtab.i ignoring nonexistent directory "stage1/include" ignoring nonexistent directory "/usr/powerpc64-unknown-linux-gnu/bin/include" ignoring nonexistent directory "/home/olh/obj-gcc/gcc/lib/gcc-lib/powerpc64-unknown-linux-gnu/3.4/include" ignoring nonexistent directory "/home/olh/obj-gcc/gcc/lib/gcc-lib/powerpc64-unknown-linux-gnu/3.4/../../../../powerpc64-unknown-linux-gnu/include" ignoring nonexistent directory "/usr/lib/gcc-lib/powerpc64-unknown-linux-gnu/3.4/include" ignoring nonexistent directory "/usr/powerpc64-unknown-linux-gnu/include" ignoring duplicate directory "." ignoring duplicate directory "/home/olh/gcc-head/gcc" #include "..." search starts here: #include <...> search starts here: . /home/olh/gcc-head/gcc /home/olh/gcc-head/gcc/config /home/olh/gcc-head/include include /usr/local/include /usr/include End of search list. stage1/cc1 -fpreprocessed insn-attrtab.i -quiet -dumpbase insn-attrtab.c -auxbase-strip insn-attrtab.o -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Werror -version -fno-common -o insn-attrtab.s GNU C version 3.4 20030723 (experimental) (powerpc64-unknown-linux-gnu) compiled by GNU C version 3.2.3 (SuSE Linux). GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 insn-attrtab.c: In function `internal_insn_latency': insn-attrtab.c:100057: error: return not followed by barrier (jump_insn 671 672 180 17 (return) -1 (nil) (nil)) insn-attrtab.c:100057: internal compiler error: in rtl_verify_flow_info, at cfgrtl.c:2151 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. Command exited with non-zero status 1 156.49user 3.78system 3:06.44elapsed 85%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+0outputs (2396major+168498minor)pagefaults 0swaps olh@mandarine:~/obj-gcc/gcc> ld -v GNU ld version 2.14.90 20030701