This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c/8037: GCC crashes on compiling compute.c
- From: Geert Bosch <bosch at gnat dot com>
- To: gcc-gnats at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org,perl_dummy at bloodgate dot com, gcc-bugs at gcc dot gnu dot org, nobody at gcc dot gnu dot org
- Date: Mon, 18 Nov 2002 13:56:39 -0500
- Subject: Re: c/8037: GCC crashes on compiling compute.c
I cannot reproduce this using GCC 3.2 compiled with
"./configure ; make bootstrap":
% gcc/cc1 -fpreprocessed compute.i -quiet -dumpbase compute.c -ansi -O2
-W
-Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings
-pedantic
-ansi -version -o compute.s
GNU CPP version 3.2 (cpplib) (i386 Linux/ELF)
GNU C version 3.2 (i686-pc-linux-gnu)
compiled by GNU C version 3.2.
compute.c:26: warning: no previous prototype for `fct'