public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/24262]  New: ICE: verify_ssa failed with -O -msse2 -ftree-vectorize
@ 2005-10-07 18:52 ferdinandw+gcc at gmail dot com
  2005-10-07 19:27 ` [Bug tree-optimization/24262] [4.1 Regression] " pinskia at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: ferdinandw+gcc at gmail dot com @ 2005-10-07 18:52 UTC (permalink / raw)
  To: gcc-bugs

/tmp/gcc41/libexec/gcc/i686-pc-linux-gnu/4.1.0/cc1 -quiet -v test.c -dumpbase
test.c -msse2 -auxbase-strip test.o -O -version -ftree-vectorize -o test.o

GNU C version 4.1.0 20051007 (experimental) (i686-pc-linux-gnu)
        compiled by GNU C version 4.1.0 20051007 (experimental).
GGC heuristics: --param ggc-min-expand=99 --param ggc-min-heapsize=129306
Compiler executable checksum: a278381769db4d67bad1ec630ceb45dd
test.c: In function 'test':
test.c:4: error: definition in block 1 does not dominate use in block 0
for SSA_NAME: D.1603_5 in statement:
base_off.27_12 = D.1603_5 * 16;
test.c:4: internal compiler error: verify_ssa failed

Configured with: ../gcc/configure --prefix=/tmp/gcc41 --enable-languages=c
--disable-nls --enable-checking=assert,rtlflag,misc

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

void dSetZero (double *a);

void test()
{
  double A[12];
  int i;

  dSetZero (A);
  for (i=0; i<6; i++) A[i+2*(i/2)] = 4;
  dSetZero (A);

}

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


-- 
           Summary: ICE: verify_ssa failed with -O -msse2 -ftree-vectorize
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ferdinandw+gcc at gmail dot com
 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=24262


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

end of thread, other threads:[~2005-10-24  9:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-07 18:52 [Bug tree-optimization/24262] New: ICE: verify_ssa failed with -O -msse2 -ftree-vectorize ferdinandw+gcc at gmail dot com
2005-10-07 19:27 ` [Bug tree-optimization/24262] [4.1 Regression] " pinskia at gcc dot gnu dot org
2005-10-12  7:23 ` dorit at il dot ibm dot com
2005-10-12  9:00 ` irar at il dot ibm dot com
2005-10-12 16:26 ` sebastian dot pop at cri dot ensmp dot fr
2005-10-12 16:53 ` sebastian dot pop at cri dot ensmp dot fr
2005-10-13 11:53 ` cvs-commit at gcc dot gnu dot org
2005-10-13 13:46 ` pinskia at gcc dot gnu dot org
2005-10-24  9:38 ` irar 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).