From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25289 invoked by alias); 27 Apr 2002 06:16:02 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 25265 invoked by uid 71); 27 Apr 2002 06:16:01 -0000 Resent-Date: 27 Apr 2002 06:16:01 -0000 Resent-Message-ID: <20020427061601.25264.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-To: nobody@gcc.gnu.org Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, mrjre@hotmail.com Received:(qmail 24354 invoked by uid 61); 27 Apr 2002 06:09:48 -0000 Message-Id:<20020427060948.24353.qmail@sources.redhat.com> Date: Fri, 26 Apr 2002 23:16:00 -0000 From: mrjre@hotmail.com Reply-To: mrjre@hotmail.com To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version:gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: c++/6485: compile failure X-SW-Source: 2002-04/txt/msg01513.txt.bz2 List-Id: >Number: 6485 >Category: c++ >Synopsis: compile failure >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Fri Apr 26 23:16:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Bonito >Release: gcc-3.0.4 >Organization: >Environment: LFS 3.3 intel 700mhz IA32 processor, 256 mb ram, 1.5 gb partition, >Description: kdemultimedia-3.0 with gcc-3.0.4 raised an internal compiler error: source='playmidi.c' object='playmidi.o' libtool=no \ depfile='.deps/playmidi.Po' tmpdepfile='.deps/playmidi.TPo' \ depmode=gcc3 /bin/sh ../../admin/depcomp \ gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/include `/usr/local/kde/bin/artsc-config --cflags` -DQT_THREAD_SUPPORT -D_REENTRANT -DDEFAULT_PATH=\"//usr/local/kde/share/apps/kmidi/config\" -DAU_OSS -DIA_XAW -DQT_THREAD_SUPPORT -D_REENTRANT -fasm -O2 -O3 -march=i686 -c `test -f playmidi.c || echo './'`playmidi.c source='resample.c' object='resample.o' libtool=no \ depfile='.deps/resample.Po' tmpdepfile='.deps/resample.TPo' \ depmode=gcc3 /bin/sh ../../admin/depcomp \ gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/include `/usr/local/kde/bin/artsc-config --cflags` -DQT_THREAD_SUPPORT -D_REENTRANT -DDEFAULT_PATH=\"//usr/local/kde/share/apps/kmidi/config\" -DAU_OSS -DIA_XAW -DQT_THREAD_SUPPORT -D_REENTRANT -fasm -O2 -O3 -march=i686 -c `test -f resample.c || echo './'`resample.c resample.c: In function `pre_resample': resample.c:1298: Internal compiler error in print_rtl_and_abort, at flow.c:6458 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [resample.o] Error 1 make[3]: Leaving directory `/usr/src/kde/kdemultimedia-3.0/kmidi/TIMIDITY' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/src/kde/kdemultimedia-3.0/kmidi' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/kde/kdemultimedia-3.0' make: *** [all] Error 2 >How-To-Repeat: I am not sure if it is something repeatable, I am going to try but the way I got the error was trying to compile kdemultimedia-3.0 from the sourcee .bz2 tarball that I obtained from the kde server. unpack the directory, enter the directory, type ./configure and then make all. I also set the flags to optimize for an i686 architecture: export CFLAGS="-O3 -march=i686" && CXXFLAGS=$CFLAGS >Fix: >Release-Note: >Audit-Trail: >Unformatted: