public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/13367] New: gcc gets an internal error when building gcc-3.4 with an installed gcc 3.4
@ 2003-12-09 13:59 stevenyi at 163 dot com
  2003-12-09 14:22 ` [Bug c/13367] " schwab at suse dot de
                   ` (24 more replies)
  0 siblings, 25 replies; 26+ messages in thread
From: stevenyi at 163 dot com @ 2003-12-09 13:59 UTC (permalink / raw)
  To: gcc-bugs

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 <URL:http://gcc.gnu.org/bugs.html> 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


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

end of thread, other threads:[~2004-01-27 13:15 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-09 13:59 [Bug c/13367] New: gcc gets an internal error when building gcc-3.4 with an installed gcc 3.4 stevenyi at 163 dot com
2003-12-09 14:22 ` [Bug c/13367] " schwab at suse dot de
2003-12-09 16:01 ` [Bug debug/13367] " pinskia at gcc dot gnu dot org
2003-12-10  4:52 ` stevenyi at 163 dot com
2003-12-10  5:36 ` dhazeghi at yahoo dot com
2003-12-10  5:51 ` pinskia at gcc dot gnu dot org
2003-12-10  6:44 ` stevenyi at 163 dot com
2003-12-10  7:17 ` stevenyi at 163 dot com
2003-12-10  9:35 ` stevenyi at 163 dot com
2003-12-10 15:45 ` pinskia at gcc dot gnu dot org
2003-12-10 16:48 ` stevenyi at 163 dot com
2003-12-10 16:50 ` pinskia at gcc dot gnu dot org
2003-12-10 17:52 ` dhazeghi at yahoo dot com
2003-12-10 18:02 ` [Bug debug/13367] [3.4 Regression] " pinskia at gcc dot gnu dot org
2003-12-10 23:08 ` dhazeghi at yahoo dot com
2003-12-10 23:49 ` dhazeghi at yahoo dot com
2003-12-11  0:01 ` pinskia at gcc dot gnu dot org
2003-12-19  1:19 ` pinskia at gcc dot gnu dot org
2003-12-19  3:12 ` stevenyi at 163 dot com
2003-12-19  3:33 ` pinskia at gcc dot gnu dot org
2003-12-19  4:16 ` stevenyi at 163 dot com
2003-12-19  4:20 ` pinskia at gcc dot gnu dot org
2003-12-29 17:41 ` pinskia at gcc dot gnu dot org
2004-01-01 13:59 ` cvs-commit at gcc dot gnu dot org
2004-01-01 15:38 ` pinskia at gcc dot gnu dot org
2004-01-27 13:15 ` cvs-commit at gcc dot gnu dot 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).