From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19976 invoked by alias); 28 Dec 2004 16:51:55 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 19946 invoked by uid 48); 28 Dec 2004 16:51:51 -0000 Date: Tue, 28 Dec 2004 16:51:00 -0000 From: "aj at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org Message-ID: <20041228165149.19178.aj@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug middle-end/19178] New: internal compiler error: verify_stmts X-Bugzilla-Reason: CC X-SW-Source: 2004-12/txt/msg03755.txt.bz2 List-Id: I get the following ICE: gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/X11R6/include -I/usr/include/libxml2 -march=i686 -mtune=i686 -fmessage-length=0 -Wall -O3 -fomit-frame-pointer -std=gnu99 -mcpu=pentiumpro -MT tvtime-speedy.o -MD -MP -MF ".deps/tvtime-speedy.Tpo" -c -o tvtime-speedy.o speedy.c -v -save-temps Using built-in specs. Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib --enable-languages=c,c++,objc,f95,java,ada --enable-checking --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit --without-system-libunwind i586-suse-linux Thread model: posix gcc version 4.0.0 20041227 (experimental) (SUSE Linux) /usr/lib/gcc/i586-suse-linux/4.0.0/cc1 -E -quiet -v -I. -I. -I.. -I/usr/include/freetype2 -I. -I../plugins -I/usr/X11R6/include -I/usr/include/libxml2 -MD tvtime-speedy.d -MF .deps/tvtime-speedy.Tpo -MP -MT tvtime-speedy.o -MQ tvtime-speedy.o -DHAVE_CONFIG_H -DDATADIR="/usr/share/tvtime" -DCONFDIR="/etc/tvtime" -DFIFODIR="/tmp" -D_LARGEFILE64_SOURCE -DLOCALEDIR="/usr/share/locale" speedy.c -march=i686 -mtune=i686 -std=gnu99-Wall -pedantic -Wall -fmessage-length=0 -fomit-frame-pointer -O3 -fpch-preprocess -o speedy.i ignoring duplicate directory "." ignoring duplicate directory "." #include "..." search starts here: #include <...> search starts here: . .. /usr/include/freetype2 ../plugins /usr/X11R6/include /usr/include/libxml2 /usr/local/include /usr/lib/gcc/i586-suse-linux/4.0.0/include /usr/lib/gcc/i586-suse-linux/4.0.0/../../../../i586-suse-linux/include /usr/include End of search list. /usr/lib/gcc/i586-suse-linux/4.0.0/cc1 -fpreprocessed speedy.i -quiet -dumpbase speedy.c -march=i686 -mtune=i686 -auxbase-strip tvtime-speedy.o -O3 -Wall -pedantic -Wall -std=gnu99 -version -fmessage-length=0 -fomit-frame-pointer -o speedy.s GNU C version 4.0.0 20041227 (experimental) (SUSE Linux) (i586-suse-linux) compiled by GNU C version 4.0.0 20041227 (experimental) (SUSE Linux). GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096 speedy.c: In function ?composite_colour4444_alpha_to_packed422_scanline_mmxext?: speedy.c:1407: error: Invalid operand to binary operator alphaD.3538 speedy.c:1407: internal compiler error: verify_stmts failed. Please submit a full bug report, with preprocessed source if appropriate. -- Summary: internal compiler error: verify_stmts Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aj at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i586-pc-linux-gnu GCC host triplet: i586-pc-linux-gnu GCC target triplet: i586-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19178