LKML Archive mirror
 help / color / mirror / Atom feed
* gcc- 4.6.0 20100416 rtmutex.c:1138:1: internal compiler error
@ 2010-04-19  4:19 Justin Mattock
  2010-04-19  5:24 ` Jie Zhang
  2010-04-19  5:35 ` Ben Gamari
  0 siblings, 2 replies; 8+ messages in thread
From: Justin Mattock @ 2010-04-19  4:19 UTC (permalink / raw
  To: gcc; +Cc: Linux Kernel Mailing List

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: gcc- 4.6.0 20100416 rtmutex.c:1138:1: internal compiler error
  2010-04-19  4:19 gcc- 4.6.0 20100416 rtmutex.c:1138:1: internal compiler error Justin Mattock
@ 2010-04-19  5:24 ` Jie Zhang
  2010-04-19  5:35 ` Ben Gamari
  1 sibling, 0 replies; 8+ messages in thread
From: Jie Zhang @ 2010-04-19  5:24 UTC (permalink / raw
  To: Justin Mattock; +Cc: gcc, Linux Kernel Mailing List

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: gcc- 4.6.0 20100416 rtmutex.c:1138:1: internal compiler error
  2010-04-19  4:19 gcc- 4.6.0 20100416 rtmutex.c:1138:1: internal compiler error Justin Mattock
  2010-04-19  5:24 ` Jie Zhang
@ 2010-04-19  5:35 ` Ben Gamari
  2010-04-19  6:43   ` Justin P. Mattock
  1 sibling, 1 reply; 8+ messages in thread
From: Ben Gamari @ 2010-04-19  5:35 UTC (permalink / raw
  To: Justin Mattock, gcc; +Cc: Linux Kernel Mailing List

On Sun, 18 Apr 2010 21:19:19 -0700, Justin Mattock <justinmattock@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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: gcc- 4.6.0 20100416 rtmutex.c:1138:1: internal compiler error
  2010-04-19  5:35 ` Ben Gamari
@ 2010-04-19  6:43   ` Justin P. Mattock
  2010-04-19  6:57     ` Jie Zhang
  0 siblings, 1 reply; 8+ messages in thread
From: Justin P. Mattock @ 2010-04-19  6:43 UTC (permalink / raw
  To: Ben Gamari; +Cc: gcc, Linux Kernel Mailing List

On 04/18/2010 10:35 PM, Ben Gamari wrote:
> On Sun, 18 Apr 2010 21:19:19 -0700, Justin Mattock<justinmattock@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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: gcc- 4.6.0 20100416 rtmutex.c:1138:1: internal compiler error
  2010-04-19  6:43   ` Justin P. Mattock
@ 2010-04-19  6:57     ` Jie Zhang
  2010-04-19  7:20       ` Justin P. Mattock
  0 siblings, 1 reply; 8+ messages in thread
From: Jie Zhang @ 2010-04-19  6:57 UTC (permalink / raw
  To: Justin P. Mattock; +Cc: Ben Gamari, gcc, Linux Kernel Mailing List

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: gcc- 4.6.0 20100416 rtmutex.c:1138:1: internal compiler error
  2010-04-19  6:57     ` Jie Zhang
@ 2010-04-19  7:20       ` Justin P. Mattock
  2010-04-19 21:17         ` Jonathan Wakely
  0 siblings, 1 reply; 8+ messages in thread
From: Justin P. Mattock @ 2010-04-19  7:20 UTC (permalink / raw
  To: Jie Zhang; +Cc: Ben Gamari, gcc, Linux Kernel Mailing List

On 04/18/2010 11:57 PM, Jie Zhang wrote:
> 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.
>
>


as for the preprocessed source file,
not that yet skilled at code.(one day)
I added my .config, and the CFLAGS
I used for building gcc.

In regards to 4.6.0 everything seems
o.k. i.g. glibc builds with no errors
all of the xserver no errors, even firefox
builds.. seems the kernel was the only real
problem I ran into(which isn't really a problem
given this version of gcc is experimental).

maybe something todo with building modules
(but could be wrong).

Justin P. Mattock

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: gcc- 4.6.0 20100416 rtmutex.c:1138:1: internal compiler error
  2010-04-19  7:20       ` Justin P. Mattock
@ 2010-04-19 21:17         ` Jonathan Wakely
  2010-04-19 21:38           ` Justin P. Mattock
  0 siblings, 1 reply; 8+ messages in thread
From: Jonathan Wakely @ 2010-04-19 21:17 UTC (permalink / raw
  To: Justin P. Mattock; +Cc: Jie Zhang, Ben Gamari, gcc, Linux Kernel Mailing List

On 19 April 2010 08:20, Justin P. Mattock wrote:
> On 04/18/2010 11:57 PM, Jie Zhang wrote:
>>
>> 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.
>>
>>
>
>
> as for the preprocessed source file,
> not that yet skilled at code.(one day)

See the "how to report" link on the gcc front page:
http://gcc.gnu.org/bugs/
It's not hard.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: gcc- 4.6.0 20100416 rtmutex.c:1138:1: internal compiler error
  2010-04-19 21:17         ` Jonathan Wakely
@ 2010-04-19 21:38           ` Justin P. Mattock
  0 siblings, 0 replies; 8+ messages in thread
From: Justin P. Mattock @ 2010-04-19 21:38 UTC (permalink / raw
  To: Jonathan Wakely; +Cc: Jie Zhang, Ben Gamari, gcc, Linux Kernel Mailing List

On 04/19/2010 02:17 PM, Jonathan Wakely wrote:
> On 19 April 2010 08:20, Justin P. Mattock wrote:
>> On 04/18/2010 11:57 PM, Jie Zhang wrote:
>>>
>>> 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.
>>>
>>>
>>
>>
>> as for the preprocessed source file,
>> not that yet skilled at code.(one day)
>
> See the "how to report" link on the gcc front page:
> http://gcc.gnu.org/bugs/
> It's not hard.
>


the info from jie, worked, as well
as: make kernel/rtmutex.i
(from joe perches)

Justin P. Mattock

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-04-19 21:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-19  4:19 gcc- 4.6.0 20100416 rtmutex.c:1138:1: internal compiler error Justin Mattock
2010-04-19  5:24 ` Jie Zhang
2010-04-19  5:35 ` Ben Gamari
2010-04-19  6:43   ` Justin P. Mattock
2010-04-19  6:57     ` Jie Zhang
2010-04-19  7:20       ` Justin P. Mattock
2010-04-19 21:17         ` Jonathan Wakely
2010-04-19 21:38           ` Justin P. Mattock

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).