From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14037 invoked by alias); 25 Sep 2002 22:46:02 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 14018 invoked by uid 71); 25 Sep 2002 22:46:01 -0000 Date: Wed, 25 Sep 2002 15:46:00 -0000 Message-ID: <20020925224601.14017.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Andrew Pinski Subject: Re: c++/8047: loop with many exceptions causes segfault Reply-To: Andrew Pinski X-SW-Source: 2002-09/txt/msg00690.txt.bz2 List-Id: The following reply was made to PR c++/8047; it has been noted by GNATS. From: Andrew Pinski To: Andreas Kloeckner 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 >