public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/18009] New: ICE in vect_transform_stmt, at tree-vectorizer.c:2625 (testcase included)
@ 2004-10-15  9:25 uros at kss-loka dot si
  2004-10-15 12:38 ` [Bug tree-optimization/18009] " pinskia at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: uros at kss-loka dot si @ 2004-10-15  9:25 UTC (permalink / raw)
  To: gcc-bugs

This testcase:

void Parse_UV_Vect (double UV_Vect[2])
{
   double Express[4];
   int Terms;

   for(Terms=0;Terms<2;Terms++)
     UV_Vect[Terms]=Express[Terms];

}

 with 'gcc -O2 -march=pentium4 -ftree-vectorize -S err.cpp' ICEs:

err.cpp: In function `void Parse_UV_Vect(double*)':
err.cpp:1: internal compiler error: in vect_transform_stmt, at
tree-vectorizer.c:2625
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: ICE in vect_transform_stmt, at tree-vectorizer.c:2625
                    (testcase included)
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: uros at kss-loka dot si
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: pentium4-pc-linux-gnu
  GCC host triplet: pentium4-pc-linux-gnu
GCC target triplet: pentium4-pc-linux-gnu


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


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

end of thread, other threads:[~2004-11-04 13:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-15  9:25 [Bug target/18009] New: ICE in vect_transform_stmt, at tree-vectorizer.c:2625 (testcase included) uros at kss-loka dot si
2004-10-15 12:38 ` [Bug tree-optimization/18009] " pinskia at gcc dot gnu dot org
2004-10-15 13:13 ` [Bug tree-optimization/18009] [4.0 Regression] " pinskia at gcc dot gnu dot org
2004-10-15 15:54 ` bangerth at dealii dot org
2004-10-15 16:47 ` reichelt at gcc dot gnu dot org
2004-10-17 17:13 ` dorit at il dot ibm dot com
2004-10-18  4:18 ` pinskia at gcc dot gnu dot org
2004-11-04  5:27 ` cvs-commit at gcc dot gnu dot org
2004-11-04 13:39 ` 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).