This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/12787] libsupc++/tinfo2.cc:167: internal compiler error: in output_die, at dwarf2out.c:6652


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


olh at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|WONTFIX                     |


------- Additional Comments From olh at suse dot de  2003-10-30 17:55 -------
I looked at the wrong logfile, same ICE with these steps:

+ 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/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/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
+ /home/toolchain/src/gcc-head/configure --prefix=/home/toolchain/gcc34 --enable-languages=c,c++ --disable-nls
+ make bootstrap

/home/toolchain/gcc34/bin contains only binutils.

my nightly build does that, and it succeeds, see test-results.

+ rm -rf /abuild/gcc_cvs_build/obj/obj-gcc34
+ mkdir -vp /abuild/gcc_cvs_build/obj/obj-gcc34
+ cd /abuild/gcc_cvs_build/obj/obj-gcc34
+ /home/foo/src/gcc-head/configure --enable-checking --enable-libgcj --enable-shared --enable-__cxa_atexit --enable-threads --enable-languages=c,c++,f77,java,objc,ada --prefix=/abuild/gcc_cvs_build/obj/install-gcc34 --with-system-zlib
+ /usr/bin/time make
+ /usr/bin/time make -C gcc gnatlib

I will check what the difference between the two hosts is.
Its not obvious.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]