public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/15222] New: ICE in intermediate compiler during build
@ 2004-04-30 11:17 petter dot urkedal at nordita dot dk
  2004-04-30 13:30 ` [Bug c/15222] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: petter dot urkedal at nordita dot dk @ 2004-04-30 11:17 UTC (permalink / raw)
  To: gcc-bugs

I get an internal compiler error during build of a native compiler on RHEL-3 for AMD64 
(AMD Athlon(tm) 64 Processor 3000+)  The gcc sources I checked out from CVS today 
(2004-04-30). 
 
bash$ ../../src/gcc-cvs/configure --enable-languages=c 
[...] 
bash$ make 
[...] 
/usr/local/bld/gcc-cvs/gcc/xgcc -B/usr/local/bld/gcc-cvs/gcc/ 
-B/usr/local/x86_64-unknown-linux-gnu/bin/ -B/usr/local/x86_64-unknown-linux-gnu/lib/ -isystem 
/usr/local/x86_64-unknown-linux-gnu/include -isystem 
/usr/local/x86_64-unknown-linux-gnu/sys-include -O2  -DIN_GCC    -W -Wall -Wwrite-strings 
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -fPIC -g 
-DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I 
-I../../../src/gcc-cvs/gcc -I../../../src/gcc-cvs/gcc/ -I../../../src/gcc-cvs/gcc/../include  -fexceptions 
-c ../../../src/gcc-cvs/gcc/unwind-dw2-fde-glibc.c -o libgcc/./unwind-dw2-fde-glibc.o 
../../../src/gcc-cvs/gcc/unwind-dw2-fde.c: In function `classify_object_over_fdes': 
../../../src/gcc-cvs/gcc/unwind-dw2-fde.c:625: internal compiler error: Segmentation fault 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://gcc.gnu.org/bugs.html> for instructions. 
make[2]: *** [libgcc/./unwind-dw2-fde-glibc.o] Error 1 
make[2]: Leaving directory `/usr/local/bld/gcc-cvs/gcc' 
make[1]: *** [stmp-multilib] Error 2 
make[1]: Leaving directory `/usr/local/bld/gcc-cvs/gcc' 
make: *** [all-gcc] Error 2

-- 
           Summary: ICE in intermediate compiler during build
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: petter dot urkedal at nordita dot dk
                CC: gcc-bugs at gcc dot gnu dot org,petter dot urkedal at
                    nordita dot dk
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu


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


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

* [Bug c/15222] ICE in intermediate compiler during build
  2004-04-30 11:17 [Bug c/15222] New: ICE in intermediate compiler during build petter dot urkedal at nordita dot dk
@ 2004-04-30 13:30 ` pinskia at gcc dot gnu dot org
  2004-04-30 14:49 ` petter dot urkedal at nordita dot dk
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-30 13:30 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-30 12:40 -------
What happens if you use "make bootstrap" instead of just "make"?
If this works then what is happening is the compiler which you start with is miscompiling the new 
compiler at -O2 but since "make bootstrap" compiles the first stage at -O0 there is less of a chance 
that a miscompiling to happen.

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


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


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

* [Bug c/15222] ICE in intermediate compiler during build
  2004-04-30 11:17 [Bug c/15222] New: ICE in intermediate compiler during build petter dot urkedal at nordita dot dk
  2004-04-30 13:30 ` [Bug c/15222] " pinskia at gcc dot gnu dot org
@ 2004-04-30 14:49 ` petter dot urkedal at nordita dot dk
  2004-05-01 20:40 ` dhazeghi at yahoo dot com
  2004-08-31  5:42 ` [Bug target/15222] " pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: petter dot urkedal at nordita dot dk @ 2004-04-30 14:49 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From petter dot urkedal at nordita dot dk  2004-04-30 13:45 -------
(In reply to comment #1) 
> What happens if you use "make bootstrap" instead of just "make"? 
> If this works then what is happening is the compiler which you start with is 
miscompiling the new  
> compiler at -O2 but since "make bootstrap" compiles the first stage at -O0 
there is less of a chance  
> that a miscompiling to happen. 
 
I also tried to "make bootstrap" in a clean builddir.  It stops at the 
exact same file and line. 
 

-- 


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


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

* [Bug c/15222] ICE in intermediate compiler during build
  2004-04-30 11:17 [Bug c/15222] New: ICE in intermediate compiler during build petter dot urkedal at nordita dot dk
  2004-04-30 13:30 ` [Bug c/15222] " pinskia at gcc dot gnu dot org
  2004-04-30 14:49 ` petter dot urkedal at nordita dot dk
@ 2004-05-01 20:40 ` dhazeghi at yahoo dot com
  2004-08-31  5:42 ` [Bug target/15222] " pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: dhazeghi at yahoo dot com @ 2004-05-01 20:40 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dhazeghi at yahoo dot com  2004-05-01 20:40 -------
Can you attach preprocessed source that's crashing the compiler? Thanks.

-- 


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


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

* [Bug target/15222] ICE in intermediate compiler during build
  2004-04-30 11:17 [Bug c/15222] New: ICE in intermediate compiler during build petter dot urkedal at nordita dot dk
                   ` (2 preceding siblings ...)
  2004-05-01 20:40 ` dhazeghi at yahoo dot com
@ 2004-08-31  5:42 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-31  5:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-31 05:42 -------
This works as there are a couple of testresults lately so closing as worksforme.

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


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


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

end of thread, other threads:[~2004-08-31  5:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-30 11:17 [Bug c/15222] New: ICE in intermediate compiler during build petter dot urkedal at nordita dot dk
2004-04-30 13:30 ` [Bug c/15222] " pinskia at gcc dot gnu dot org
2004-04-30 14:49 ` petter dot urkedal at nordita dot dk
2004-05-01 20:40 ` dhazeghi at yahoo dot com
2004-08-31  5:42 ` [Bug target/15222] " 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).