This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/12787] libsupc++/tinfo2.cc:167: internal compiler error: in output_die, at dwarf2out.c:6652
- From: "olh at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Oct 2003 09:43:39 -0000
- Subject: [Bug bootstrap/12787] libsupc++/tinfo2.cc:167: internal compiler error: in output_die, at dwarf2out.c:6652
- References: <20031027090951.12787.olh@suse.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12787
------- Additional Comments From olh at suse dot de 2003-10-31 09:43 -------
happens also with gcc33 as bootstrap gcc. The CFLAG -g is the culprit.
toolchain:~ $ grep '^\+ ' build_gcc34.sh.log + MYPREFIX=/home/toolchain/gcc34 + MYSRC=/home/toolchain/src/gcc-head + export 'CFLAGS=-O1 -fsigned-char -g -Wall -fmessage-length=0' + CFLAGS=-O1 -fsigned-char -g -Wall -fmessage-length=0 + export 'CXXFLAGS=-O1 -fsigned-char -g -Wall -fmessage-length=0' + CXXFLAGS=-O1 -fsigned-char -g -Wall -fmessage-length=0 + export PATH=/home/toolchain/gcc33/bin:/home/toolchain/gcc34/bin:/bin:/usr/bin:/usr/local/bin:/opt/bin:/usr/powerpc-myownfoobared-linux/gcc-bin/3.2:/usr/X11R6/bin:/usr/qt/3/bin
+ PATH=/home/toolchain/gcc33/bin:/home/toolchain/gcc34/bin:/bin:/usr/bin:/usr/local/bin:/opt/bin:/usr/powerpc-myownfoobared-linux/gcc-bin/3.2:/usr/X11R6/bin:/usr/qt/3/bin
+ cd /home/toolchain
+ cd src
+ rm -rf /home/toolchain/src/gcc-head
+ rsync -aH /sources/gcc/gcc-head/ /home/toolchain/src/gcc-head
+ cd ..
+ mkdir -vp obj34
+ cd obj34
+ rm -rf obj-gcc
+ mkdir -vp obj-gcc
+ cd obj-gcc
+ gcc -v
+ ld -v
+ /home/toolchain/src/gcc-head/configure --prefix=/home/toolchain/gcc34 --enable-languages=c,c++ --disable-nls
+ make bootstrap
toolchain:~ $ grep -A4 'gcc -v' build_gcc34.sh.log
gcc -v
+ gcc -v
Reading specs from /home/toolchain/gcc33/lib/gcc-lib/powerpc-unknown-linux-gnu/3.3.3/specs
Configured with: /home/toolchain/src/gcc-3_3-branch/configure --prefix=/home/toolchain/gcc33 --enable-languages=c,c++ --disable-nls
Thread model: posix
gcc version 3.3.3 20031025 (prerelease)