public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/15702] New: ICE while compiling glibc-2.3.3_pre20040527
@ 2004-05-28 22:02 jkillius at arcor dot de
  2004-05-28 22:03 ` [Bug c/15702] " jkillius at arcor dot de
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: jkillius at arcor dot de @ 2004-05-28 22:02 UTC (permalink / raw)
  To: gcc-bugs

My gcc version is 3.4.1 20040514 (prerelease). 
 
gcc version.c -c -std=gnu99 -save-temps -O2 -Wall -Winline -Wstrict-prototypes 
-Wwrite-strings -freorder-blocks -march=athlon64 -pipe -fPIC -I../include -I. 
-I/var/tmp/portage/glibc-2.3.3_pre20040527/work/glibc-2.3.2/buildhere/csu -I.. 
-I../libio -I../nptl 
-I/var/tmp/portage/glibc-2.3.3_pre20040527/work/glibc-2.3.2/buildhere  
-I../sysdeps/x86_64/elf -I../nptl/sysdeps/unix/sysv/linux/x86_64 
-I../nptl/sysdeps/unix/sysv/linux -I../nptl/sysdeps/pthread 
-I../sysdeps/pthread -I../nptl/sysdeps/unix/sysv -I../nptl/sysdeps/unix 
-I../nptl/sysdeps/x86_64 -I../sysdeps/unix/sysv/linux/x86_64 
-I../sysdeps/unix/sysv/linux/wordsize-64 -I../sysdeps/unix/sysv/linux 
-I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman 
-I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/x86_64 
-I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/x86_64/fpu 
-I../sysdeps/x86_64 -I../sysdeps/wordsize-64 -I../sysdeps/ieee754/ldbl-96 
-I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I ../sysdeps/ieee754 
-I../sysdeps/generic/elf -I../sysdeps/generic -nostdinc 
-isystem /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.1/include -isystem//usr/include 
-D_LIBC_REENTRANT -D_LIBC_REENTRANT -include ../include/libc-symbols.h  -DPIC 
-DSHARED     -DHAVE_INITFINI 
-o/var/tmp/portage/glibc-2.3.3_pre20040527/work/glibc-2.3.2/buildhere/csu/version.os 
-MD -MP 
-MF /var/tmp/portage/glibc-2.3.3_pre20040527/work/glibc-2.3.2/buildhere/csu/version.os.dt 
gcc: warning: -pipe ignored because -save-temps specified 
version.c:50: internal compiler error: Aborted 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: ICE while compiling glibc-2.3.3_pre20040527
           Product: gcc
           Version: 3.4.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jkillius at arcor dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: x86_64-pc-linux-gnu
  GCC host triplet: x86_64-pc-linux-gnu
GCC target triplet: x86_64-pc-linux-gnu


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


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

* [Bug c/15702] ICE while compiling glibc-2.3.3_pre20040527
  2004-05-28 22:02 [Bug c/15702] New: ICE while compiling glibc-2.3.3_pre20040527 jkillius at arcor dot de
@ 2004-05-28 22:03 ` jkillius at arcor dot de
  2004-05-28 22:36 ` [Bug c/15702] [3.4 Regression] [unit-at-a-time] " pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: jkillius at arcor dot de @ 2004-05-28 22:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From jkillius at arcor dot de  2004-05-28 08:06 -------
Created an attachment (id=6413)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6413&action=view)
template file


-- 


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


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

* [Bug c/15702] [3.4 Regression] [unit-at-a-time] ICE while compiling glibc-2.3.3_pre20040527
  2004-05-28 22:02 [Bug c/15702] New: ICE while compiling glibc-2.3.3_pre20040527 jkillius at arcor dot de
  2004-05-28 22:03 ` [Bug c/15702] " jkillius at arcor dot de
@ 2004-05-28 22:36 ` pinskia at gcc dot gnu dot org
  2004-05-29  6:39 ` belyshev at lubercy dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-28 22:36 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hubicka at gcc dot gnu dot
                   |                            |org
           Keywords|                            |ice-on-valid-code
      Known to fail|                            |3.4.0
      Known to work|                            |3.5.0 3.3.3
            Summary|ICE while compiling glibc-  |[3.4 Regression] [unit-at-a-
                   |2.3.3_pre20040527           |time] ICE while compiling
                   |                            |glibc-2.3.3_pre20040527
   Target Milestone|---                         |3.4.1


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


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

* [Bug c/15702] [3.4 Regression] [unit-at-a-time] ICE while compiling glibc-2.3.3_pre20040527
  2004-05-28 22:02 [Bug c/15702] New: ICE while compiling glibc-2.3.3_pre20040527 jkillius at arcor dot de
  2004-05-28 22:03 ` [Bug c/15702] " jkillius at arcor dot de
  2004-05-28 22:36 ` [Bug c/15702] [3.4 Regression] [unit-at-a-time] " pinskia at gcc dot gnu dot org
@ 2004-05-29  6:39 ` belyshev at lubercy dot com
  2004-05-29  7:47 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: belyshev at lubercy dot com @ 2004-05-29  6:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From belyshev at lubercy dot com  2004-05-28 19:25 -------
Created an attachment (id=6420)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6420&action=view)
small testcase (147 bytes)


-- 


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


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

* [Bug c/15702] [3.4 Regression] [unit-at-a-time] ICE while compiling glibc-2.3.3_pre20040527
  2004-05-28 22:02 [Bug c/15702] New: ICE while compiling glibc-2.3.3_pre20040527 jkillius at arcor dot de
                   ` (2 preceding siblings ...)
  2004-05-29  6:39 ` belyshev at lubercy dot com
@ 2004-05-29  7:47 ` pinskia at gcc dot gnu dot org
  2004-05-29 12:18 ` pinskia at gcc dot gnu dot org
  2004-06-03  4:44 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-29  7:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-28 19:31 -------
Hmm the small testcase is a dup of bug 15666, but I could not get that to ICE in 3.4.0 but the full 
testcase I could still ICE in 3.4.0.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |15666


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


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

* [Bug c/15702] [3.4 Regression] [unit-at-a-time] ICE while compiling glibc-2.3.3_pre20040527
  2004-05-28 22:02 [Bug c/15702] New: ICE while compiling glibc-2.3.3_pre20040527 jkillius at arcor dot de
                   ` (3 preceding siblings ...)
  2004-05-29  7:47 ` pinskia at gcc dot gnu dot org
@ 2004-05-29 12:18 ` pinskia at gcc dot gnu dot org
  2004-06-03  4:44 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-29 12:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-28 20:15 -------
This is a dup of PR 15666, I must have messed up when trying it.

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

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


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


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

* [Bug c/15702] [3.4 Regression] [unit-at-a-time] ICE while compiling glibc-2.3.3_pre20040527
  2004-05-28 22:02 [Bug c/15702] New: ICE while compiling glibc-2.3.3_pre20040527 jkillius at arcor dot de
                   ` (4 preceding siblings ...)
  2004-05-29 12:18 ` pinskia at gcc dot gnu dot org
@ 2004-06-03  4:44 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-03  4:44 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 15702 depends on bug 15666, which changed state.

Bug 15666 Summary: [3.4 regression] [unit-at-a-time] Gcc abort on valid code
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15666

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

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


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

end of thread, other threads:[~2004-06-03  4:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-28 22:02 [Bug c/15702] New: ICE while compiling glibc-2.3.3_pre20040527 jkillius at arcor dot de
2004-05-28 22:03 ` [Bug c/15702] " jkillius at arcor dot de
2004-05-28 22:36 ` [Bug c/15702] [3.4 Regression] [unit-at-a-time] " pinskia at gcc dot gnu dot org
2004-05-29  6:39 ` belyshev at lubercy dot com
2004-05-29  7:47 ` pinskia at gcc dot gnu dot org
2004-05-29 12:18 ` pinskia at gcc dot gnu dot org
2004-06-03  4:44 ` pinskia 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).