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]

Bug report for 2.96 20000221


This is my first bug report so go easy on me... I think i've given all the
information neccesary.

Here's the command and output and I have attached a bzip2'd copy of 
the m6502.i file.

$ gcc -v --save-temps -c -Wall -g -O2 -fomit-frame-poiner -DPCE_CD_SUPPORT
-DLSB_FIRST -DMACH_TYPES=\"types-i386.h\" -I/usr/X11R6/inclde m6502.c
Reading specs from /usr/local/lib/gcc-lib/i586-pc-linux-gnu/2.96/specs
gcc version 2.96 20000221 (experimental)
 /usr/local/lib/gcc-lib/i586-pc-linux-gnu/2.96/cpp -lang-c -v -I/usr/X11R6/inclde -D__GNUC__=2 -D__GNUC_MINOR__=96 -D__GNUC_PATCHLEVEL__=0 -D__ELF__ -Dunix -Dinux -D__ELF__ -D__unix__ -D__linux__ -D__unix -D__linux -Asystem(posix) -D__OPIMIZE__ -g -Wall -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__ -D__tun_pentium__ -DPCE_CD_SUPPORT -DLSB_FIRST -DMACH_TYPES="types-i386.h" m6502.c m652.i
GNU CPP version 2.96 20000221 (experimental) (cpplib)
 (i386 Linux/ELF)
#include "..." search starts here:
#include <...> search starts here:
 /usr/X11R6/include
 /usr/local/include
 /usr/local/i586-pc-linux-gnu/include
 /usr/local/lib/gcc-lib/i586-pc-linux-gnu/2.96/include
 /usr/include
End of search list.
 /usr/local/lib/gcc-lib/i586-pc-linux-gnu/2.96/cc1 m6502.i -quiet -dumpbase m652.c -g -O2 -Wall -version -fomit-frame-pointer -o m6502.s
GNU C version 2.96 20000221 (experimental) (i586-pc-linux-gnu) compiled by GNU  version 2.96 20000103 (experimental).
m6502.c: In function `Run6502':
m6502.c:299: Internal compiler error in `find_reloads', at reload.c:3656
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.

Hopefully you guys can figure this out because I know nothing! ;)

-Adam-

m6502.i.bz2


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