From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16250 invoked by alias); 2 Jan 2004 12:50:26 -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 16242 invoked by uid 48); 2 Jan 2004 12:50:25 -0000 Date: Fri, 02 Jan 2004 12:50:00 -0000 Message-ID: <20040102125025.16241.qmail@sources.redhat.com> From: "olh at suse dot de" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20031027090951.12787.olh@suse.de> References: <20031027090951.12787.olh@suse.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug debug/12787] [3.4 Regression] [unit-at-a-time] libsupc++/tinfo2.cc:167: internal compiler error: in output_die, at dwarf2out.c:6652 X-Bugzilla-Reason: CC X-SW-Source: 2004-01/txt/msg00165.txt.bz2 List-Id: ------- Additional Comments From olh at suse dot de 2004-01-02 12:50 ------- It seems to work with '-O1 -g -funit-at-a-time' and '-O2 -g -fno-unit-at-a-time' So this can be closed. kdebeta:~ $ /home/toolchain/gcc34/libexec/gcc/powerpc-unknown-linux-gnu/3.4.0/cc1plus -fpreprocessed PR12787_5006.ii -quiet -dumpbase tinfo2.cc -msoft-float -mstrict-align -msoft-float -mstrict-align -auxbase-strip tinfo2.o -g -g -O2 -O1 -O1 -Wall -Wall -Wall -W -Wwrite-strings -Wcast-qual -version -fPIC -fsigned-char -fmessage-length=0 -fsigned-char -fmessage-length=0 -fPIC -fno-implicit-templates -fdiagnostics-show-location=once -fPIC -o tinfo2.s GNU C++ version 3.4.0 20040101 (experimental) (powerpc-unknown-linux-gnu) compiled by GNU C version 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r1, propolice). GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096 kdebeta:~ $ /home/toolchain/gcc34/libexec/gcc/powerpc-unknown-linux-gnu/3.4.0/cc1plus -fpreprocessed PR12787_5006.ii -quiet -dumpbase tinfo2.cc -msoft-float -mstrict-align -msoft-float -mstrict-align -auxbase-strip tinfo2.o -g -g -O2 -O1 -O1 -Wall -Wall -Wall -W -Wwrite-strings -Wcast-qual -version -fPIC -fsigned-char -fmessage-length=0 -fsigned-char -fmessage-length=0 -fPIC -fno-implicit-templates -fdiagnostics-show-location=once -fPIC -o tinfo2.s -O1 -g -funit-at-a-time GNU C++ version 3.4.0 20040101 (experimental) (powerpc-unknown-linux-gnu) compiled by GNU C version 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r1, propolice). GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096 kdebeta:~ $ /home/toolchain/gcc34/libexec/gcc/powerpc-unknown-linux-gnu/3.4.0/cc1plus -fpreprocessed PR12787_5006.ii -quiet -dumpbase tinfo2.cc -msoft-float -mstrict-align -msoft-float -mstrict-align -auxbase-strip tinfo2.o -g -g -O2 -O1 -O1 -Wall -Wall -Wall -W -Wwrite-strings -Wcast-qual -version -fPIC -fsigned-char -fmessage-length=0 -fsigned-char -fmessage-length=0 -fPIC -fno-implicit-templates -fdiagnostics-show-location=once -fPIC -o tinfo2.s -O2 -g -fno-unit-at-a-time GNU C++ version 3.4.0 20040101 (experimental) (powerpc-unknown-linux-gnu) compiled by GNU C version 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r1, propolice). GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096 kdebeta:~ $ -- What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |RESOLVED Resolution| |FIXED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12787