------- Comment #3 from justinmattock at gmail dot com 2010-04-19 14:26 ------- Subject: Re: kernel/rtmutex.c:1138:1: internal compiler error: in cgraph_decide_inlining_of_small_functions, at ipa-inline.c:1009
On Mon, Apr 19, 2010 at 12:24 AM, jiez at gcc dot gnu dot org <gcc-bugzi...@gcc.gnu.org> wrote: > > > ------- Comment #2 from jiez at gcc dot gnu dot org 2010-04-19 07:24 ------- > Justin, > > You can add V=1 when make linux kernel. Then you can find the command line > used > to compile rtmutex.c. Change -c in the command line to -E and return the > command line. Rename the resulted rtmutex.o to rtmutex.i and attach that file > here. > cool..(thanks for the mini tutorial) I never knew that's how you make a preprocess file, attached is rtmutex.i as you requested. ------- Comment #4 from justinmattock at gmail dot com 2010-04-19 14:26 ------- Created an attachment (id=20419) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20419&action=view) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43791