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]

[BUGREPORT] gcc 3.1



gcc version	: 3.1
configure opts  : --prefix=/usr
system		: i686-pc-linux-gnu

this happened during "make install" of XFree86 4.1 from CVS.

gcc -O2 -fno-strength-reduce -v -save-temps -ansi -pedantic -Wall
-Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wredundant-decls -Wnested-externs     -I../..
-I../../exports/include   -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L
-D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
-D_GNU_SOURCE   -DFUNCPROTO=15 -DNARROWPROTO       -c -o dpsexec.o
dpsexec.c
Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.1/specs
Configured with: ./configure --prefix=/usr
Thread model: single
gcc version 3.1 20011009 (experimental)
 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.1/cpp0 -lang-c -std=c89 -v -I../..
-I../../exports/include -D__GNUC__=3 -D__GNUC_MINOR__=1
-D__GNUC_PATCHLEVEL__=0 -D__ELF__ -D__unix__ -D__linux__ -D__unix
-D__linux -Asystem=posix -D__OPTIMIZE__ -D__STDC_HOSTED__=1 -Wall
-Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wredundant-decls -Wnested-externs -pedantic
-Acpu=i386 -Amachine=i386 -D__i386 -D__i386__ -D__tune_i686__
-D__tune_pentiumpro__ -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L
-D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE
-DFUNCPROTO=15 -DNARROWPROTO dpsexec.c dpsexec.i
GNU CPP version 3.1 20011009 (experimental) (cpplib) (i386 Linux/ELF)
ignoring nonexistent directory "/usr/i686-pc-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
 ../..
 ../../exports/include
 /usr/local/include
 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.1/include
 /usr/include
End of search list.
 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.1/cc1 -fpreprocessed dpsexec.i
-quiet -dumpbase dpsexec.c -ansi -O2 -Wall -Wpointer-arith
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wredundant-decls -Wnested-externs -pedantic -ansi -version
-fno-strength-reduce -o dpsexec.s
GNU CPP version 3.1 20011009 (experimental) (cpplib) (i386 Linux/ELF)
GNU C version 3.1 20011009 (experimental) (i686-pc-linux-gnu)
        compiled by GNU C version 3.0.1.
dpsexec.c:61: warning: function declaration isn't a prototype
dpsexec.c:71: warning: function declaration isn't a prototype
dpsexec.c: In function `main':
dpsexec.c:84: warning: unused variable `c'
dpsexec.c:87: warning: unused variable `wh'
dpsexec.c:89: warning: unused variable `ccube'
dpsexec.c:89: warning: unused variable `gramp'
dpsexec.c:231: Internal compiler error in eliminate_regs, at reload1.c:2571

dpsexec.i.bz2


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