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: c++/8047: loop with many exceptions causes segfault


The following reply was made to PR c++/8047; it has been noted by GNATS.

From: Andrew Pinski <pinskia@physics.uc.edu>
To: Andreas Kloeckner <kloeckner@RTNA.DaimlerChrysler.COM>
Cc: gcc-gnats@gcc.gnu.org, schroedl@RTNA.DaimlerChrysler.COM,
   king@RTNA.DaimlerChrysler.COM, wagner@RTNA.DaimlerChrysler.COM
Subject: Re: c++/8047: loop with many exceptions causes segfault
Date: Wed, 25 Sep 2002 15:44:17 -0700

 That was a minute and half.
 Looks like a i686 vs i386 thing.
 Because if I run with -m386 it does the same thing as yours does.
 Look likes it still does it in the current cvs (3.3).
 
 here is my gcc -v output:
 
 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
 
 Thanks,
 Andrew Pinski
 
 On Wednesday, Sep 25, 2002, at 15:36 US/Pacific, Andreas Kloeckner  
 wrote:
 
 > On Wed, Sep 25, 2002 at 03:28:19PM -0700, Andrew Pinski wrote:
 >> I do not see this problem on gcc 3.1.1 (self-compiled version) at all
 >> on i686 on redhat linux 7.3.
 >> 30597 pinskia   25   0   700  700   608 R    99.9  0.0   1:36 a.out
 >>
 >> Thanks,
 >> Andrew Pinski
 >
 > did you watch it for several seconds? for me, it grows at about
 > 100k/sec.
 >
 > Here's my gcc -v output:
 >
 > Reading specs from /usr/lib/gcc-lib/i386-linux/3.1.1/specs
 > Configured with: /mnt/data/gcc-3.1/gcc-3.1-3.1.1ds3/src/configure -v  
 > --enable-languages=c,c++,java,f77,proto,objc,ada --prefix=/usr  
 > --mandir=/usr/share/man --infodir=/usr/share/info  
 > --with-gxx-include-dir=/usr/include/c++/3.1 --enable-shared  
 > --with-system-zlib --enable-long-long --enable-nls  
 > --without-included-gettext --enable-clocale=gnu --enable-__cxa_atexit  
 > --enable-threads=posix --enable-java-gc=boehm --enable-objc-gc  
 > i386-linux
 > Thread model: posix
 > gcc version 3.1.1
 >
 > It's a Debian-compiled standard gcc-3.1 package.
 >
 > Andreas
 >
 


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