Description of problem: internal compiler error: in cgraph_estimate_size_after_inlining, at ipa-inline.c:106 Version-Release number of selected component (if applicable): $ gcc --version gcc (GCC) 4.1.2 20070626 (Red Hat 4.1.2-13) [...] $ rpm -qf /usr/bin/gcc gcc-4.1.2-13.fc6 How reproducible: every time Steps to Reproduce: 1. tar jxf gccbug.tar.bz2 2. cd gccbug 3. ./compile Sorry I don't have Fedora 8 installed, but this can easily be tested against the newer gcc. Actual results: XTERM.NDE.c:7025: internal compiler error: in cgraph_estimate_size_after_inlining, at ipa-inline.c:106 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://bugzilla.redhat.com/bugzilla> for instructions. Expected results: no internal compiler error Additional info: gcc -O3 -march=i686 -fwhole-program -combine ... No includes used -- the inputs were already run through gcc -E gccbug.tar.bz2 file attached.
Created attachment 293579 [details] preprocessed source files and command line which exhibit the internal compiler error
I can reproduce this bug with gcc-4.1.2-33 on Fedora 8.
Don't use -combine, it has at least in 4.1.x/4.2.x still many problems.