This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: optimization/7924: internal compiler error


The following reply was made to PR optimization/7924; it has been noted by GNATS.

From: Andrew Pinski <pinskia@physics.uc.edu>
To: mschill4@ix.urz.uni-heidelberg.de
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: optimization/7924: internal compiler error
Date: Mon, 16 Sep 2002 00:10:08 -0700

 Looks like i386 specific bug, because I could not reproduce under i686  
 but could using the option `-march=i386 -mcpu=i386' (this is using  
 3.1.1) but it looks like it is fixed in the current cvs.
 
 Reading specs from  
 /home/gates/pinskia/gcc311.linux/lib/gcc-lib/i686-pc-linux-gnu/3.1.1/ 
 specs
 Configured with:  
 /home/gates/pinskia/src/gnu/gcc/noncvs/gcc-3.1.1/configure  
 --target=i686-pc-linux-gnu --prefix=/home/gates/pinskia/gcc311.linux  
 --enable-threads=posix --enable-shared
 Thread model: posix
 gcc version 3.1.1
 
 Error from `~/gcc311.linux/bin/gcc -O1 -fomit-frame-pointer -c testc1.c  
 -march=i386 -mcpu=i386':
 testc1.c: In function `bugproc':
 testc1.c:94: Internal compiler error in delete_insn, at cfgrtl.c:139
 Please submit a full bug report,
 with preprocessed source if appropriate.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]