public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/41955]  New: ICE compiling today's linux kernel git snapshot
@ 2009-11-05 20:23 chris2553 at googlemail dot com
  2009-11-06 10:05 ` [Bug middle-end/41955] " rguenth at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: chris2553 at googlemail dot com @ 2009-11-05 20:23 UTC (permalink / raw)
  To: gcc-bugs

Trying to build today's linux kernel development snapshot with gcc-4.4-20091103
snapshot, I get:

  CC [M]  fs/ext4/mballoc.o
    CC [M]  fs/fat/namei_msdos.o
    fs/ext4/mballoc.c: In function 'ext4_mb_add_groupinfo':
    fs/ext4/mballoc.c:2230: internal compiler error: Segmentation fault
    Please submit a full bug report,
    with preprocessed source if appropriate.
    See <http://gcc.gnu.org/bugs.html> for instructions.
    make[2]: *** [fs/ext4/mballoc.o] Error 1
    make[1]: *** [fs/ext4] Error 2

The build completes successfully when I revert to the 20091027 snapshot of gcc.

I have to go to out now so just a teads up to start with. I will get more
diagnostics tomorrow.


-- 
           Summary: ICE compiling today's linux kernel git snapshot
           Product: gcc
           Version: 4.4.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: chris2553 at googlemail dot com
 GCC build triplet: i386-pc-linux
  GCC host triplet: i386-pc-linux
GCC target triplet: i386-pc-linux


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41955


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

* [Bug middle-end/41955] ICE compiling today's linux kernel git snapshot
  2009-11-05 20:23 [Bug c/41955] New: ICE compiling today's linux kernel git snapshot chris2553 at googlemail dot com
@ 2009-11-06 10:05 ` rguenth at gcc dot gnu dot org
  2009-11-06 11:34 ` chris2553 at googlemail dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-11-06 10:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rguenth at gcc dot gnu dot org  2009-11-06 10:05 -------
Please attach preprocessed source.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41955


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

* [Bug middle-end/41955] ICE compiling today's linux kernel git snapshot
  2009-11-05 20:23 [Bug c/41955] New: ICE compiling today's linux kernel git snapshot chris2553 at googlemail dot com
  2009-11-06 10:05 ` [Bug middle-end/41955] " rguenth at gcc dot gnu dot org
@ 2009-11-06 11:34 ` chris2553 at googlemail dot com
  2009-11-06 11:36 ` chris2553 at googlemail dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: chris2553 at googlemail dot com @ 2009-11-06 11:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from chris2553 at googlemail dot com  2009-11-06 11:34 -------
Created an attachment (id=18979)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18979&action=view)
The preprocessed file that triggers the ice

Had to compress the file because bugzilla reported that it was too large.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41955


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

* [Bug middle-end/41955] ICE compiling today's linux kernel git snapshot
  2009-11-05 20:23 [Bug c/41955] New: ICE compiling today's linux kernel git snapshot chris2553 at googlemail dot com
  2009-11-06 10:05 ` [Bug middle-end/41955] " rguenth at gcc dot gnu dot org
  2009-11-06 11:34 ` chris2553 at googlemail dot com
@ 2009-11-06 11:36 ` chris2553 at googlemail dot com
  2009-11-06 12:11 ` reichelt at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: chris2553 at googlemail dot com @ 2009-11-06 11:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from chris2553 at googlemail dot com  2009-11-06 11:35 -------
Created an attachment (id=18980)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18980&action=view)
A log of the build up to the point it fails with the ICE


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41955


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

* [Bug middle-end/41955] ICE compiling today's linux kernel git snapshot
  2009-11-05 20:23 [Bug c/41955] New: ICE compiling today's linux kernel git snapshot chris2553 at googlemail dot com
                   ` (2 preceding siblings ...)
  2009-11-06 11:36 ` chris2553 at googlemail dot com
@ 2009-11-06 12:11 ` reichelt at gcc dot gnu dot org
  2009-11-06 21:50 ` chris2553 at googlemail dot com
  2009-11-06 22:51 ` rguenth at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2009-11-06 12:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from reichelt at gcc dot gnu dot org  2009-11-06 12:11 -------
I think it's a duplicate of PR41935 that has already been fixed today.
Could you please try today's sources (or apply the patch mentioned in comment
#7 of PR41935)?


-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41955


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

* [Bug middle-end/41955] ICE compiling today's linux kernel git snapshot
  2009-11-05 20:23 [Bug c/41955] New: ICE compiling today's linux kernel git snapshot chris2553 at googlemail dot com
                   ` (3 preceding siblings ...)
  2009-11-06 12:11 ` reichelt at gcc dot gnu dot org
@ 2009-11-06 21:50 ` chris2553 at googlemail dot com
  2009-11-06 22:51 ` rguenth at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: chris2553 at googlemail dot com @ 2009-11-06 21:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from chris2553 at googlemail dot com  2009-11-06 21:50 -------
Yes, that seems to be it. With the patch applied, the ICE is gone and the build
completes. Thanks. Should I mark this report as fixed?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41955


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

* [Bug middle-end/41955] ICE compiling today's linux kernel git snapshot
  2009-11-05 20:23 [Bug c/41955] New: ICE compiling today's linux kernel git snapshot chris2553 at googlemail dot com
                   ` (4 preceding siblings ...)
  2009-11-06 21:50 ` chris2553 at googlemail dot com
@ 2009-11-06 22:51 ` rguenth at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-11-06 22:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from rguenth at gcc dot gnu dot org  2009-11-06 22:51 -------


*** This bug has been marked as a duplicate of 41935 ***


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41955


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

end of thread, other threads:[~2009-11-06 22:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-05 20:23 [Bug c/41955] New: ICE compiling today's linux kernel git snapshot chris2553 at googlemail dot com
2009-11-06 10:05 ` [Bug middle-end/41955] " rguenth at gcc dot gnu dot org
2009-11-06 11:34 ` chris2553 at googlemail dot com
2009-11-06 11:36 ` chris2553 at googlemail dot com
2009-11-06 12:11 ` reichelt at gcc dot gnu dot org
2009-11-06 21:50 ` chris2553 at googlemail dot com
2009-11-06 22:51 ` rguenth at gcc dot gnu dot org

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).