This is the mail archive of the gcc-bugs@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/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'


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