This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/14269] New: compiler error: in cselib_record_set, at cselib.c:1196
- From: "jfranka at sfu dot ca" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Feb 2004 02:09:16 -0000
- Subject: [Bug c/14269] New: compiler error: in cselib_record_set, at cselib.c:1196
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
/bin/sh ../libtool --mode=compile gcc -DPACKAGE=\"libfame\" -DVERSION=\"0.9.0\"
-I. -I. -save-temps -v -O2 -mcpu=i686 -pipe -DHAS_BSWAP -Wall
-fexpensive-optimizations -funroll-loops -ffast-math -fomit-frame-pointer
-DHAS_MMX -DHAS_SSE -c fame_syntax_mpeg1.c
rm -f .libs/fame_syntax_mpeg1.lo
gcc -DPACKAGE=\"libfame\" -DVERSION=\"0.9.0\" -I. -I. -save-temps -v -O2
-mcpu=i686 -pipe -DHAS_BSWAP -Wall -fexpensive-optimizations -funroll-loops
-ffast-math -fomit-frame-pointer -DHAS_MMX -DHAS_SSE -c -fPIC -DPIC
fame_syntax_mpeg1.c
gcc: warning: -pipe ignored because -save-temps specified
Reading specs from /usr/lib/gcc/i686-pc-linux-gnu/3.4.0/specs
Configured with: /var/tmp/portage/gcc-3.4/work/gcc-3.4-20040218/configure
--prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/3.4
--includedir=/usr/lib/gcc/i686-pc-linux-gnu/3.4.0/include
--datadir=/usr/share/gcc-data/i686-pc-linux-gnu/3.4
--mandir=/usr/share/gcc-data/i686-pc-linux-gnu/3.4/man
--infodir=/usr/share/gcc-data/i686-pc-linux-gnu/3.4/info --enable-shared
--host=i686-pc-linux-gnu --target=i686-pc-linux-gnu --with-system-zlib
--enable-languages=c,c++,f77,java --enable-threads=posix --enable-long-long
--disable-checking --enable-cstdio=stdio --enable-clocale=generic
--enable-__cxa_atexit --enable-version-specific-runtime-libs
--with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/3.4.0/include/g++-v3
--with-local-prefix=/usr/local --disable-werror --enable-shared --enable-nls
--without-included-gettext --x-includes=/usr/X11R6/include
--x-libraries=/usr/X11R6/lib --enable-interpreter --enable-java-awt=xlib
--with-x --disable-multilib
Thread model: posix
gcc version 3.4.0 20040218 (prerelease)
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
/usr/libexec/gcc/i686-pc-linux-gnu/3.4.0/cc1 -E -quiet -v -I. -I.
-DPACKAGE="libfame" -DVERSION="0.9.0" -DHAS_BSWAP -DHAS_MMX -DHAS_SSE -DPIC
fame_syntax_mpeg1.c -mtune=i686 -Wall -fexpensive-optimizations -funroll-loops
-ffast-math -fomit-frame-pointer -fPIC -O2 -o fame_syntax_mpeg1.i
ignoring nonexistent directory
"/usr/lib/gcc/i686-pc-linux-gnu/3.4.0/../../../../i686-pc-linux-gnu/include"
ignoring duplicate directory "."
#include "..." search starts here:
#include <...> search starts here:
.
/usr/local/include
/usr/lib/gcc/i686-pc-linux-gnu/3.4.0/include
/usr/include
End of search list.
/usr/libexec/gcc/i686-pc-linux-gnu/3.4.0/cc1 -fpreprocessed fame_syntax_mpeg1.i
-quiet -dumpbase fame_syntax_mpeg1.c -auxbase fame_syntax_mpeg1 -O2 -Wall
-version -fexpensive-optimizations -funroll-loops -ffast-math
-fomit-frame-pointer -fPIC -o fame_syntax_mpeg1.s
GNU C version 3.4.0 20040218 (prerelease) (i686-pc-linux-gnu)
compiled by GNU C version 3.4.0 20040218 (prerelease).
GGC heuristics: --param ggc-min-expand=64 --param ggc-min-heapsize=64330
fame_syntax_mpeg1.c: In function `mpeg1_start_sequence':
fame_syntax_mpeg1.c:297: internal compiler error: in cselib_record_set, at
cselib.c:1196
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make: *** [fame_syntax_mpeg1.lo] Error 1
--
Summary: compiler error: in cselib_record_set, at cselib.c:1196
Product: gcc
Version: 3.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: jfranka at sfu dot ca
CC: gcc-bugs at gcc dot gnu dot org
GCC host triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14269