public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/19178] New: internal compiler error: verify_stmts
@ 2004-12-28 16:51 aj at gcc dot gnu dot org
  2004-12-28 16:53 ` [Bug middle-end/19178] " aj at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: aj at gcc dot gnu dot org @ 2004-12-28 16:51 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug middle-end/19178] internal compiler error: verify_stmts
  2004-12-28 16:51 [Bug middle-end/19178] New: internal compiler error: verify_stmts aj at gcc dot gnu dot org
@ 2004-12-28 16:53 ` aj at gcc dot gnu dot org
  2004-12-28 17:01 ` aj at gcc dot gnu dot org
  2004-12-28 17:09 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: aj at gcc dot gnu dot org @ 2004-12-28 16:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From aj at gcc dot gnu dot org  2004-12-28 16:53 -------
Created an attachment (id=7837)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7837&action=view)
Preprocessed source file


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19178


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug middle-end/19178] internal compiler error: verify_stmts
  2004-12-28 16:51 [Bug middle-end/19178] New: internal compiler error: verify_stmts aj at gcc dot gnu dot org
  2004-12-28 16:53 ` [Bug middle-end/19178] " aj at gcc dot gnu dot org
@ 2004-12-28 17:01 ` aj at gcc dot gnu dot org
  2004-12-28 17:09 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: aj at gcc dot gnu dot org @ 2004-12-28 17:01 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From aj at gcc dot gnu dot org  2004-12-28 17:01 -------
Note that #19179 has the same ICE message and comes with a smaller testcase. 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19178


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug middle-end/19178] internal compiler error: verify_stmts
  2004-12-28 16:51 [Bug middle-end/19178] New: internal compiler error: verify_stmts aj at gcc dot gnu dot org
  2004-12-28 16:53 ` [Bug middle-end/19178] " aj at gcc dot gnu dot org
  2004-12-28 17:01 ` aj at gcc dot gnu dot org
@ 2004-12-28 17:09 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-28 17:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-28 17:08 -------
This reduces to the same testcase as PR 15740 so closing as a dup.

*** This bug has been marked as a duplicate of 15740 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19178


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-12-28 17:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-28 16:51 [Bug middle-end/19178] New: internal compiler error: verify_stmts aj at gcc dot gnu dot org
2004-12-28 16:53 ` [Bug middle-end/19178] " aj at gcc dot gnu dot org
2004-12-28 17:01 ` aj at gcc dot gnu dot org
2004-12-28 17:09 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).