public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/34815]  New: [4.1 4.2] endless loop while trying to compile 2.6.23-rc4
@ 2008-01-16 19:07 debian-gcc at lists dot debian dot org
  2008-01-16 19:18 ` [Bug target/34815] " debian-gcc at lists dot debian dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2008-01-16 19:07 UTC (permalink / raw)
  To: gcc-bugs

[forwarded from http://bugs.debian.org/440287]

seen with current 4.1 and 4.2 branches, not seen on the trunk.

  Matthias

While trying to compile the 2.6.23-rc4 snapshots from buildserver.net on hppa,
gcc went in some kind of endless loop over the following command

hppa64-linux-gnu-gcc-4.1 -Wp,-MD,fs/ocfs2/.alloc.o.d  -nostdinc -isystem
/usr/lib/gcc/hppa64-linux-gnu/4.1.3/include -D__KERNEL__ -Iinclude  -include 
include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs
-fno-strict-aliasing -fno-common -Werror-implicit-function-declaration 
-fno-cse-follow-jumps -Os -pipe -mno-space-regs -mfast-indirect-calls
-mdisable-fpregs -ffunction-sections -march=2.0 -mschedule=8000 
-fomit-frame-pointer  -fno-stack-protector -Wdeclaration-after-statement
-Wno-pointer-sign  -Ifs/ocfs2 -DCATCH_BH_JBD_RACES  -DMODULE 
-D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(alloc)" 
-D"KBUILD_MODNAME=KBUILD_STR(ocfs2)" -c -o fs/ocfs2/.tmp_alloc.o
fs/ocfs2/alloc.c

this is for the parisc64-smp flavour, all other flavours seem to build fine. I
had no time yet to investigate the differences.
Building with -O0 seems to work, -O1/-O2/-Os all show the bug.


-- 
           Summary: [4.1 4.2] endless loop while trying to compile 2.6.23-
                    rc4
           Product: gcc
           Version: 4.1.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: debian-gcc at lists dot debian dot org
GCC target triplet: hppa64-linux-gnu


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


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

* [Bug target/34815] [4.1 4.2] endless loop while trying to compile 2.6.23-rc4
  2008-01-16 19:07 [Bug target/34815] New: [4.1 4.2] endless loop while trying to compile 2.6.23-rc4 debian-gcc at lists dot debian dot org
@ 2008-01-16 19:18 ` debian-gcc at lists dot debian dot org
  2008-01-16 19:48 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2008-01-16 19:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from debian-gcc at lists dot debian dot org  2008-01-16 18:38 -------
Created an attachment (id=14950)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14950&action=view)
preprocessed source


-- 


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


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

* [Bug target/34815] [4.1 4.2] endless loop while trying to compile 2.6.23-rc4
  2008-01-16 19:07 [Bug target/34815] New: [4.1 4.2] endless loop while trying to compile 2.6.23-rc4 debian-gcc at lists dot debian dot org
  2008-01-16 19:18 ` [Bug target/34815] " debian-gcc at lists dot debian dot org
@ 2008-01-16 19:48 ` pinskia at gcc dot gnu dot org
  2008-01-25 20:30 ` rguenth at gcc dot gnu dot org
  2008-03-27 22:19 ` rguenth at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-01-16 19:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2008-01-16 19:18 -------
This sounds like an exact duplicate of PR 31944 which was just fixed.


-- 


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


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

* [Bug target/34815] [4.1 4.2] endless loop while trying to compile 2.6.23-rc4
  2008-01-16 19:07 [Bug target/34815] New: [4.1 4.2] endless loop while trying to compile 2.6.23-rc4 debian-gcc at lists dot debian dot org
  2008-01-16 19:18 ` [Bug target/34815] " debian-gcc at lists dot debian dot org
  2008-01-16 19:48 ` pinskia at gcc dot gnu dot org
@ 2008-01-25 20:30 ` rguenth at gcc dot gnu dot org
  2008-03-27 22:19 ` rguenth at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-01-25 20:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rguenth at gcc dot gnu dot org  2008-01-25 20:24 -------
Please confirm the bug is fixed or is not fixed.


-- 

rguenth at gcc dot gnu dot org changed:

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


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


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

* [Bug target/34815] [4.1 4.2] endless loop while trying to compile 2.6.23-rc4
  2008-01-16 19:07 [Bug target/34815] New: [4.1 4.2] endless loop while trying to compile 2.6.23-rc4 debian-gcc at lists dot debian dot org
                   ` (2 preceding siblings ...)
  2008-01-25 20:30 ` rguenth at gcc dot gnu dot org
@ 2008-03-27 22:19 ` rguenth at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-03-27 22:19 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rguenth at gcc dot gnu dot org  2008-03-27 22:18 -------
Fixed.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.1.3


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


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

end of thread, other threads:[~2008-03-27 22:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-16 19:07 [Bug target/34815] New: [4.1 4.2] endless loop while trying to compile 2.6.23-rc4 debian-gcc at lists dot debian dot org
2008-01-16 19:18 ` [Bug target/34815] " debian-gcc at lists dot debian dot org
2008-01-16 19:48 ` pinskia at gcc dot gnu dot org
2008-01-25 20:30 ` rguenth at gcc dot gnu dot org
2008-03-27 22:19 ` 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).