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
This commit is contained in:
Aldy Hernandez 2003-04-02 16:56:33 +00:00 committed by Aldy Hernandez
parent b945f15461
commit 0f91f09492
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
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.

View File

@ -7,7 +7,7 @@ typedef int __attribute__((mode(V2SI))) vecint;
vecint vecfunc (vecint beachbum)
{
return vecint;
return beachbum;
}
void f3 (void)

View File

@ -7,7 +7,7 @@ typedef int __attribute__((mode(V4SI))) vecint;
vecint vecfunc (vecint beachbum)
{
return vecint;
return beachbum;
}
void f3 (void)