Commit 0f91f094 by Aldy Hernandez Committed by Aldy Hernandez

simd-2.C (vecfunc): Fix typo.

2003-04-02  Aldy Hernandez  <aldyh@redhat.com>

        * g++.dg/eh/simd-2.C (vecfunc): Fix typo.

        * g++.dg/eh/simd-1.C (vecfunc): Same.

From-SVN: r65165
parent b945f154
2003-04-02 Aldy Hernandez <aldyh@redhat.com>
* g++.dg/eh/simd-2.C (vecfunc): Fix typo.
* g++.dg/eh/simd-1.C (vecfunc): Same.
2003-04-01 Roger Sayle <roger@eyesopen.com>
* gcc.c-torture/execute/20030401-1.c: New test case.
......
......@@ -7,7 +7,7 @@ typedef int __attribute__((mode(V2SI))) vecint;
vecint vecfunc (vecint beachbum)
{
return vecint;
return beachbum;
}
void f3 (void)
......
......@@ -7,7 +7,7 @@ typedef int __attribute__((mode(V4SI))) vecint;
vecint vecfunc (vecint beachbum)
{
return vecint;
return beachbum;
}
void f3 (void)
......
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