public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/20490] New: ICE: verify_stmts failed. (with -O -ftree-pre)
@ 2005-03-16  2:08 commie1 at gmx dot net
  2005-03-16  2:12 ` [Bug tree-optimization/20490] " commie1 at gmx dot net
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: commie1 at gmx dot net @ 2005-03-16  2:08 UTC (permalink / raw)
  To: gcc-bugs

/tmp/gccml/libexec/gcc/i686-pc-linux-gnu/4.1.0/cc1 -fpreprocessed blah.i -quiet
-dumpbase blah.c -march=i386 -auxbase blah -version -o blah.s -ftree-pre

GNU C version 4.1.0 20050316 (experimental) (i686-pc-linux-gnu)
        compiled by GNU C version 4.1.0 20050316 (experimental).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
blah.c: In function 'blah':
blah.c:7: error: Invalid operand to unary operator
-xD.1134_4;

blah.c:7: error: Invalid operand to unary operator
-yD.1135_6;

blah.c:7: internal compiler error: verify_stmts failed.

Configured with: ../gcc/configure --prefix=/tmp/gccml --enable-languages=c
--disable-nls --disable-libmudflap

========================================================

static int  a;
static int  b;

typedef int gint;

int blah ()
{
  gint x = a;
  gint y = b;

  x *= (x < 0) ? -1 : 0;
  y *= (y < 0) ? -1 : 0;

  return (y * x);

}

========================================================

-- 
           Summary: ICE: verify_stmts failed. (with -O -ftree-pre)
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: commie1 at gmx dot net
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

end of thread, other threads:[~2005-04-17 23:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-16  2:08 [Bug tree-optimization/20490] New: ICE: verify_stmts failed. (with -O -ftree-pre) commie1 at gmx dot net
2005-03-16  2:12 ` [Bug tree-optimization/20490] " commie1 at gmx dot net
2005-03-16  2:17 ` [Bug tree-optimization/20490] [4.0 Regression] " pinskia at gcc dot gnu dot org
2005-03-16 16:23 ` [Bug tree-optimization/20490] [4.1 " cvs-commit at gcc dot gnu dot org
2005-03-16 16:23 ` dberlin at gcc dot gnu dot org
2005-04-17 23:41 ` cvs-commit at gcc dot gnu dot org
2005-04-17 23:47 ` 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).