This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Internal compiler error occured.
- To: gcc-bugs at gcc dot gnu dot org
- Subject: Internal compiler error occured.
- From: Koji Kawano <kawano at inp dot recruit dot co dot jp>
- Date: Fri, 21 Jul 2000 11:54:30 +0900
Dear Sir.
I report the Internal compiler error as follows.
bash-2.03$ gcc -v --save-temps -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../proto -I../l1 -g -O2 -Wall -c filtbench.c
Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.2/specs
gcc version 2.95.2 20000220 (Debian GNU/Linux)
/usr/lib/gcc-lib/i386-linux/2.95.2/cpp -lang-c -v -I. -I. -I.. -I../include -I../proto -I../l1 -D__GNUC__=2 -D__GNUC_MINOR__=95 -D__ELF__ -Dunix -D__i386__ -Dlinux -D__ELF__ -D__unix__ -D__i386__ -D__linux__ -D__unix -D__linux -Asystem(posix) -D__OPTIMIZE__ -g -Wall -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__ -DHAVE_CONFIG_H filtbench.c filtbench.i
GNU CPP version 2.95.2 20000220 (Debian GNU/Linux) (i386 Linux/ELF)
#include "..." search starts here:
#include <...> search starts here:
.
..
../include
../proto
../l1
/usr/local/include
/usr/lib/gcc-lib/i386-linux/2.95.2/include
/usr/include
End of search list.
The following default directories have been omitted from the search path:
/usr/lib/gcc-lib/i386-linux/2.95.2/../../../../include/g++-3
/usr/lib/gcc-lib/i386-linux/2.95.2/../../../../i386-linux/include
End of omitted list.
/usr/lib/gcc-lib/i386-linux/2.95.2/cc1 filtbench.i -quiet -dumpbase filtbench.c -g -O2 -Wall -version -o filtbench.s
GNU C version 2.95.2 20000220 (Debian GNU/Linux) (i386-linux) compiled by GNU C version 2.95.2 20000220 (Debian GNU/Linux).
filtbench.c: In function `filt3':
filtbench.c:171: warning: asm operand 0 probably doesn't match constraints
filtbench.c:173: Internal compiler error in `fixup_var_refs_1', at function.c:2071
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
bash-2.03$
filtbench.i.gz
Sincerely
Kawano Koji