This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
verify_stmts failed.
- From: Demo Account <demo45000 at swissmail dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 19 Mar 2005 23:27:37 +0100
- Subject: verify_stmts failed.
Hi, my gcc isn't working.
lfs@debian:/mnt/lfs/sources$ gcc -v
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc-4.1-20050313/configure --prefix=/tools
--libexecdir=/tools/lib --with-local-prefix=/tools --enable-clocale=gnu
--enable-shared --enable-threads=posix --enable-__cxa_atexit
--enable-languages=c,c++ --disable-libstdcxx-pch
Thread model: posix
gcc version 4.1.0 20050313 (experimental)
and here is the bug.
lfs@debian:/mnt/lfs/sources/perl-5.8.6$ make
`sh cflags "optimize='-O2'" pp_pack.o` pp_pack.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall
pp_pack.c: In function 'S_measure_struct':
pp_pack.c:142: error: Invalid operand to unary operator
-lenD.11954_3;
pp_pack.c:142: internal compiler error: verify_stmts failed.
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make: *** [pp_pack.o] Error 1