Decided to try out gcc-3.4 - for some reason, I thought it was stable by now... Reproducible: Always Steps to Reproduce: 1. emerge kdelibs Actual Results: /bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../dcop -I../kio/kssl -I../kdefx -I../interfaces -I../dcop -I../libltdl -I../kdefx -I../kdecore -I../kdeui -I../kio -I../kio/kio -I../kio/kfile -I.. -I/usr/qt/3/include -I/usr/X11R6/include -I/usr/kde/3.2/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -march=athlon-xp -O2 -pipe -frename-registers -fomit-frame-pointer -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -c -o klineedit.lo klineedit.cpp knuminput.cpp: In member function `double KDoubleNumInput::relativeValue() const': knuminput.cpp:822: internal compiler error: in try_split, at emit-rtl.c:3326 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://bugs.gentoo.org/> for instructions. /bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../dcop -I../kio/kssl -I../kdefx -I../interfaces -I../dcop -I../libltdl -I../kdefx -I../kdecore -I../kdeui -I../kio -I../kio/kio -I../kio/kfile -I.. -I/usr/qt/3/include -I/usr/X11R6/include -I/usr/kde/3.2/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -march=athlon-xp -O2 -pipe -frename-registers -fomit-frame-pointer -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -c -o klistview.lo klistview.cpp klistview.cpp: In member function `virtual void KListView::movableDropEvent(QListViewItem*, QListViewItem*)': klistview.cpp:938: warning: `moveItem' is deprecated (declared at klistview.h:163) Preprocessed source stored into /var/tmp/portage/kdelibs-3.2.3/temp/ccXb35Sy.out file, please attach this to your bugreport. make[3]: *** [knuminput.lo] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: Leaving directory `/var/tmp/portage/kdelibs-3.2.3/work/kdelibs-3.2.3/kdeui' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/kdelibs-3.2.3/work/kdelibs-3.2.3/kdeui' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/kdelibs-3.2.3/work/kdelibs-3.2.3' make: *** [all] Error 2 Expected Results: successful merge gcc-3.4.1-r2 emerged with USE="-hardened" (hardened doesn't compile many things); glibc-2.3.3.20040420; CFLAGS="-march=athlon-xp -O2 -pipe -frename-registers -fomit-frame-pointer"
Created attachment 36750 [details] preprocessed source file "Preprocessed source stored into /var/tmp/portage/kdelibs-3.2.3/temp/ccXb35Sy.out file, please attach this to your bugreport."
seems to not be stable enough for this - internal compiler errors = gcc bug, unfortunately.