This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
parse.c:784: Internal compiler error
- To: gcc-bugs at gcc dot gnu dot org
- Subject: parse.c:784: Internal compiler error
- From: bhoel at server dot python dot net (Berthold Höllmann)
- Date: 22 Mar 2000 22:34:00 +0100
Hello,
I tried to compile postgreSQL 7.0beta2 using
> gcc --verbose
Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.96/specs
gcc version 2.96 20000313 (experimental)
but got...
gcc -I../../include -I../../backend -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I. -DHAVE_CONFIG_H -fpic -c parse.c -o parse.o
parse.c: In function `parse_statement':
parse.c:784: Unrecognizable insn:
(insn 2237 2205 2207 (set (reg:SI 389)
(plus:SI (mem/s:SI (plus:SI (mult:SI (reg/v:SI 45)
(const_int 4 [0x4]))
(reg/v:SI 50)) 20)
(const_int 4 [0x4]))) -1 (nil)
(nil))
parse.c:784: Internal compiler error in `extract_insn', at recog.c:2044
Please submit a full bug report.
or
> gcc -v --save-temps -I../../include -I../../backend -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I. -DHAVE_CONFIG_H -fpic -c parse.c -o parse.o
Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.96/specs
gcc version 2.96 20000313 (experimental)
/usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.96/cpp -lang-c -v -I../../include -I../../backend -I. -D__GNUC__=2 -D__GNUC_MINOR__=96 -D__GNUC_PATCHLEVEL__=0 -D__ELF__ -Dunix -Dlinux -D__ELF__ -D__unix__ -D__linux__ -D__unix -D__linux -Asystem(posix) -D__OPTIMIZE__ -Wall -Wmissing-prototypes -Wmissing-declarations -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__ -D__tune_pentiumpro__ -D__PIC__ -D__pic__ -DHAVE_CONFIG_H parse.c parse.i
GNU CPP version 2.96 20000313 (experimental) (cpplib)
(i386 Linux/ELF)
ignoring duplicate directory `.'
#include "..." search starts here:
#include <...> search starts here:
../../include
../../backend
.
/usr/local/pgsql/lib
/usr/local/include
/usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.96/include
/usr/local/i686-pc-linux-gnu/include
/usr/include
End of search list.
/usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.96/cc1 parse.i -quiet -dumpbase parse.c -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -version -fpic -o parse.s
GNU C version 2.96 20000313 (experimental) (i686-pc-linux-gnu) compiled by GNU C version 2.96 20000313 (experimental).
parse.c: In function `parse_statement':
parse.c:784: Unrecognizable insn:
(insn 2237 2205 2207 (set (reg:SI 389)
(plus:SI (mem/s:SI (plus:SI (mult:SI (reg/v:SI 45)
(const_int 4 [0x4]))
(reg/v:SI 50)) 20)
(const_int 4 [0x4]))) -1 (nil)
(nil))
parse.c:784: Internal compiler error in `extract_insn', at recog.c:2044
Please submit a full bug report.
attached you find bzip2'ed versions of parse.i and parse.s
Thanks
Berthold
parse.i.bz2
parse.s.bz2
--
bhoel@starship.python.net / http://starship.python.net/crew/bhoel/
It is unlawful to use this email address for unsolicited ads
(USC Title 47 Sec.227). I will assess a US$500 charge for
reviewing and deleting each unsolicited ad.