From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27438 invoked by alias); 10 Dec 2002 11:26:04 -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 27424 invoked by uid 71); 10 Dec 2002 11:26:03 -0000 Date: Tue, 10 Dec 2002 03:26:00 -0000 Message-ID: <20021210112603.27422.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Sylvain Pion Subject: Re: other/3782: -fstats produces a segmentation fault Reply-To: Sylvain Pion X-SW-Source: 2002-12/txt/msg00539.txt.bz2 List-Id: The following reply was made to PR other/3782; it has been noted by GNATS. From: Sylvain Pion To: ehrhardt@mathematik.uni-ulm.de, Sylvain.Pion@sophia.inria.fr, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org Cc: Subject: Re: other/3782: -fstats produces a segmentation fault Date: Tue, 10 Dec 2002 12:16:31 +0100 On Mon, Dec 09, 2002 at 07:20:25PM -0000, ehrhardt@mathematik.uni-ulm.de wrote: > I can't reproduce this with recent gcc on a similar machine. > Does this still happen with your setup? Yes it does. With current mainline, I get : spion@mpino1212:~/GCC$ ./Linux/bin/gcc -v Reading specs from ./Linux/bin/../lib/gcc-lib/i686-pc-linux-gnu/3.3/specs Configured with: ../gcc/configure --prefix=/home/spion/GCC/Linux --enable-languages=c++ --with-as=/home/spion/BINUTILS/Linux-2.13/bin/as --with-ld=/home/spion/BINUTILS/Linux-2.13/bin/ld Thread model: posix gcc version 3.3 20021210 (experimental) spion@mpino1212:~/GCC$ ./Linux/bin/gcc -fstats -c foo.c cc1: warning: "-fstats" is valid for C++ but not for C/ObjC spion@mpino1212:~/GCC$ ./Linux/bin/g++ -fstats -c foo.C :0: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. -- Sylvain