I've got the following error : g++ -c -pipe -fno-exceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/qt/3/mkspecs/linux-g++ -I. -I../../include -I/usr/qt/3/include -Imoc/ -o obj/eyeprot.o eyeprot.cpp In file included from eyeprot.cpp:1: eyeprot.h:55: internal compiler error: in tree_low_cst, at tree.c:3253 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://bugs.gentoo.org/> for instructions. Preprocessed source stored into /tmp/cc5F7rlr.out file, please attach this to your bugreport. Reproducible: Always Steps to Reproduce: 1. include text in a QComboBox 2. Compile 3. Crash
Created attachment 51784 [details] It's the filed the compiler asked to attach...
Internal compiler errors are usually a sign of out of memory conditions, insane compiler flags or bad hardware. *** This bug has been marked as a duplicate of 20600 ***