From: Justin Mattock on
so far I've compiled most of the system
(glibc,Xserver,etc..)
and not really anything has crashed and burned
except for the kernel:

kernel/rtmutex.c: At top level:
kernel/rtmutex.c:1138:1: internal compiler error: in
cgraph_decide_inlining_of_small_functions, at ipa-inline.c:1009
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[1]: *** [kernel/rtmutex.o] Error 1
make: *** [kernel] Error 2

any reports of this/ideas?

--
Justin P. Mattock
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Jie Zhang on
On 04/19/2010 12:19 PM, Justin Mattock wrote:
> so far I've compiled most of the system
> (glibc,Xserver,etc..)
> and not really anything has crashed and burned
> except for the kernel:
>
> kernel/rtmutex.c: At top level:
> kernel/rtmutex.c:1138:1: internal compiler error: in
> cgraph_decide_inlining_of_small_functions, at ipa-inline.c:1009
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See<http://gcc.gnu.org/bugs.html> for instructions.
> make[1]: *** [kernel/rtmutex.o] Error 1
> make: *** [kernel] Error 2
>
> any reports of this/ideas?
>
Please report a bug with a preprocessed source file in GCC's bugzilla.

--
Jie Zhang
CodeSourcery
(650) 331-3385 x735
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Ben Gamari on
On Sun, 18 Apr 2010 21:19:19 -0700, Justin Mattock <justinmattock(a)gmail.com> wrote:
> so far I've compiled most of the system
> (glibc,Xserver,etc..)
> and not really anything has crashed and burned
> except for the kernel:
>
You are using a pre-release compiler. It should be no surprise that it chokes
on the kernel. You should do as the compiler said and report this to the gcc
folks.

- Ben

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Justin P. Mattock on
On 04/18/2010 10:35 PM, Ben Gamari wrote:
> On Sun, 18 Apr 2010 21:19:19 -0700, Justin Mattock<justinmattock(a)gmail.com> wrote:
>> so far I've compiled most of the system
>> (glibc,Xserver,etc..)
>> and not really anything has crashed and burned
>> except for the kernel:
>>
> You are using a pre-release compiler. It should be no surprise that it chokes
> on the kernel. You should do as the compiler said and report this to the gcc
> folks.
>
> - Ben
>
>


I couldn't resist..(had to play),
anyways I looked through the reports
but didn't see anything that was
familiar. so I went and created an entry:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43791

Justin P. Mattock
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Jie Zhang on
On 04/19/2010 02:43 PM, Justin P. Mattock wrote:
> I couldn't resist..(had to play),
> anyways I looked through the reports
> but didn't see anything that was
> familiar. so I went and created an entry:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43791
>
Thanks. Please add a preprocessed source file so people can reproduce
your issue.


--
Jie Zhang
CodeSourcery
(650) 331-3385 x735
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/