From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12959 invoked by alias); 9 Dec 2003 13:59:32 -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 12950 invoked by uid 48); 9 Dec 2003 13:59:31 -0000 Date: Tue, 09 Dec 2003 13:59:00 -0000 From: "stevenyi at 163 dot com" To: gcc-bugs@gcc.gnu.org Message-ID: <20031209135925.13367.stevenyi@163.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c/13367] New: gcc gets an internal error when building gcc-3.4 with an installed gcc 3.4 X-Bugzilla-Reason: CC X-SW-Source: 2003-12/txt/msg01039.txt.bz2 List-Id: it's ok to compile gcc 3.4 with gcc 3.3.3. but when i use the installed gcc- 3.4 to build gcc-3.4,i get an internal error: /bin/sh ../../source/gcc-3.4/gcc/move-if-change tmp-check.h tree-check.h echo timestamp > s-check rm -f print-rtl1.c sed -e 's/config[.]h/bconfig.h/' ../../source/gcc-3.4/gcc/print-rtl.c > print- rtl1.c gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing- prototypes -pedantic -Wno-long-long -fno- common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../../source/gcc- 3.4/gcc -I../../source/gcc-3.4/gcc/. -I../../sou rce/gcc-3.4/gcc/../include print-rtl1.c -o print-rtl1.o gcc -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing- prototypes -pedantic -Wno-long-long -fno-com mon -DHAVE_CONFIG_H -DGENERATOR_FILE -o genflags \ genflags.o rtl.o read-rtl.o bitmap.o ggc-none.o min-insn-modes.o gensupport.o insn-conditions.o print-rtl1.o \ errors.o ../libiberty/libiberty.a ./genflags ../../source/gcc-3.4/gcc/config/i386/i386.md > tmp-flags.h /bin/sh ../../source/gcc-3.4/gcc/move-if-change tmp-flags.h insn-flags.h echo timestamp > s-flags gcc -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing- prototypes -pedantic -Wno-long-long -fno-com mon -Wno-error -DHAVE_CONFIG_H -I. -I. -I../../source/gcc-3.4/gcc - I../../source/gcc-3.4/gcc/. -I../../source/gcc-3. 4/gcc/../include \ -c /install/gcc-build/gcc/c-parse.c -o c-parse.o gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing- prototypes -pedantic -Wno-long-long -fno- common -DHAVE_CONFIG_H -I. -I. -I../../source/gcc-3.4/gcc - I../../source/gcc-3.4/gcc/. -I../../source/gcc-3.4/gcc/. ./include ../../source/gcc-3.4/gcc/c-lang.c -o c-lang.o gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing- prototypes -pedantic -Wno-long-long -fno- common -DHAVE_CONFIG_H -I. -I. -I../../source/gcc-3.4/gcc - I../../source/gcc-3.4/gcc/. -I../../source/gcc-3.4/gcc/. ./include ../../source/gcc-3.4/gcc/c-pretty-print.c -o c-pretty-print.o ../../source/gcc-3.4/gcc/c-pretty-print.c:432: internal compiler error: in output_die, at dwarf2out.c:6672 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[2]: *** [c-pretty-print.o] Error 1 make[2]: Leaving directory `/install/gcc-build/gcc' make[1]: *** [stage1_build] Error 2 make[1]: Leaving directory `/install/gcc-build/gcc' make: *** [bootstrap] Error 2 -- Summary: gcc gets an internal error when building gcc-3.4 with an installed gcc 3.4 Product: gcc Version: 3.4 Status: UNCONFIRMED Severity: critical Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: stevenyi at 163 dot com CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13367