This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/19178] New: internal compiler error: verify_stmts


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]