Commit c202a7f9 by Dorit Naishlos Committed by Dorit Nuzman

* gcc.dg/vect/vect-96.c: Fix typo.

From-SVN: r94945
parent 1e6283cb
2005-02-12 Dorit Naishlos <dorit@il.ibm.com>
* gcc.dg/vect/vect-96.c: Fix typo.
2005-02-12 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net> 2005-02-12 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
PR c++/14479 PR c++/14479
......
...@@ -23,7 +23,7 @@ int main1 (int off) ...@@ -23,7 +23,7 @@ int main1 (int off)
/* check results: */ /* check results: */
for (i = 0; i < N; i++) for (i = 0; i < N; i++)
{ {
if (pp->ia[i] = ib[i]) if (pp->ia[i] != ib[i])
abort(); abort();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment