Bug 15702 - [3.4 Regression] [unit-at-a-time] ICE while compiling glibc-2.3.3_pre20040527
Summary: [3.4 Regression] [unit-at-a-time] ICE while compiling glibc-2.3.3_pre20040527
Status: RESOLVED DUPLICATE of bug 15666
Alias: None
Product: gcc
Classification: Unclassified
Component: c (show other bugs)
Version: 3.4.1
: P2 normal
Target Milestone: 3.4.1
Assignee: Not yet assigned to anyone
URL:
Keywords: ice-on-valid-code
Depends on: 15666
Blocks:
  Show dependency treegraph
 
Reported: 2004-05-28 08:05 UTC by Jan Killius
Modified: 2005-07-23 22:49 UTC (History)
2 users (show)

See Also:
Host: x86_64-pc-linux-gnu
Target: x86_64-pc-linux-gnu
Build: x86_64-pc-linux-gnu
Known to work: 4.0 3.3.3
Known to fail: 3.4.0
Last reconfirmed:


Attachments
template file (22.76 KB, application/x-bzip2)
2004-05-28 08:06 UTC, Jan Killius
Details
small testcase (147 bytes) (119 bytes, text/plain)
2004-05-28 19:25 UTC, Serge Belyshev
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Killius 2004-05-28 08:05:12 UTC
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.
Comment 1 Jan Killius 2004-05-28 08:06:12 UTC
Created attachment 6413 [details]
template file
Comment 2 Serge Belyshev 2004-05-28 19:25:33 UTC
Created attachment 6420 [details]
small testcase (147 bytes)
Comment 3 Andrew Pinski 2004-05-28 19:31:57 UTC
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.
Comment 4 Andrew Pinski 2004-05-28 20:15:17 UTC
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 ***