From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b5) Gecko/2008043010 Fedora/3.0-0.60.beta5.fc9 Firefox/3.0b5 Description of problem: I tried to compile the linux kernel linux-2.6.25. But obtained an internal compiler error from gcc. Version-Release number of selected component (if applicable): gcc-4.3.0-8.i386 How reproducible: Always Steps to Reproduce: 1. download linux kernel tar sources: linux-2.6.25 2. download config file for user mode linux for this kernel and put it as .config in the kernel src main directory 3. added a #include "limits.h" in some of the um file 4. make ARCH=um oldconfig 5. make ARCH=um Actual Results: the source were compiling until the point where an internal compiler error is output. Expected Results: the linux kernel should have compiled... But at least the compiler should not have any internal compiler error Additional info: In file included from kernel/sched.c:1252: kernel/sched_idletask.c: In function ‘check_preempt_curr_idle’: kernel/sched_idletask.c:20: internal compiler error: in cgraph_estimate_size_after_inlining, at ipa-inline.c:188 Please submit a full bug report, with preprocessed source if appropriate. See <http://bugzilla.redhat.com/bugzilla> for instructions. Preprocessed source stored into /tmp/ccp5Dpta.out file, please attach this to your bugreport.
Created attachment 306101 [details] this contains the logs from the compiling of the kernel
This bug seems to be solved in the next version of gcc (i.e 4.4), see: <a href="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35618"> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35618</a>.
*** Bug 449265 has been marked as a duplicate of this bug. ***