c++/6485: compile failure

mrjre@hotmail.com mrjre@hotmail.com
Fri Apr 26 23:16:00 GMT 2002


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



More information about the Gcc-prs mailing list