Commit 96109dcb by Eric Botcazou Committed by Eric Botcazou

* gcc.dg/tree-ssa/gen-vect-25.c (main): Return a value.

From-SVN: r105184
parent f3567598
......@@ -3,6 +3,7 @@
* gcc.dg/ucnid-2.c: XFAIL on Solaris.
* gcc.dg/ucnid-3.c: Likewise.
* gcc.dg/ucnid-4.c: Likewise.
* gcc.dg/tree-ssa/gen-vect-25.c (main): Return a value.
* g++.dg/other/ucnid-1.C: Likewise.
2005-10-10 Mark Mitchell <mark@codesourcery.com>
......@@ -48,7 +48,7 @@ int main_1 (int n, int *p)
int main (int n)
{
main_1 (n + 2, &n);
return main_1 (n + 2, &n);
}
/* { dg-final { scan-tree-dump-times "vectorized 2 loops" 1 "vect" } } */
......
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