public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/21266] New: verify_ssa failed
@ 2005-04-28 14:37 tkoenig at gcc dot gnu dot org
  2005-04-28 16:25 ` [Bug tree-optimization/21266] [4.1 Regression] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: tkoenig at gcc dot gnu dot org @ 2005-04-28 14:37 UTC (permalink / raw)
  To: gcc-bugs

$ cat minlc.c
void minlc(float *a, int n)
{
    int i;
    float mv = a[0];
    for (i=1; i<n; i++)
    {
        if(a[i] < mv)
            mv = a[i];
    }
}
$ gcc -O2 -ftree-vectorize -ftree-vectorizer-verbose=3 -S minlc.c
minlc.c: In function 'minlc':
minlc.c:2: error: Definition in block 2 follows the use
for SSA_NAME: i_13 in statement:
mv_1 = n_7 > i_13 ? mv_12 : mv_20;
minlc.c:2: internal compiler error: verify_ssa failed.
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
$ gcc -v
Using built-in specs.
Target: ia64-unknown-linux-gnu
Configured with: ../gcc-4.1-20050424/configure --prefix=/home/zfkts --enable-
languages=c,f95
Thread model: posix
gcc version 4.1.0 20050424 (experimental)

-- 
           Summary: verify_ssa failed
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tkoenig at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: ia64-unknown-linux-gnu


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


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

end of thread, other threads:[~2005-05-01  1:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-28 14:37 [Bug tree-optimization/21266] New: verify_ssa failed tkoenig at gcc dot gnu dot org
2005-04-28 16:25 ` [Bug tree-optimization/21266] [4.1 Regression] " pinskia at gcc dot gnu dot org
2005-04-28 22:29 ` pinskia at gcc dot gnu dot org
2005-04-28 22:35 ` pinskia at gcc dot gnu dot org
2005-04-29 17:50 ` janis at gcc dot gnu dot org
2005-04-29 18:51 ` pinskia at gcc dot gnu dot org
2005-04-29 18:53 ` cvs-commit at gcc dot gnu dot org
2005-05-01  1:06 ` 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).