Commit 875d4ba7 by Trevor Saunders

pr63856 - test case

From-SVN: r217991
parent 4b76ea71
/* { dg-do compile } */
/* { dg-options "-O2 -Wno-psabi" } */
/* { dg-additional-options "-fPIC" { target fpic } } */
typedef int v2si __attribute__ ((vector_size (8)));
typedef short v4hi __attribute__ ((vector_size (8)));
int __attribute__ ((noinline, noclone)) f (v2si A, int N)
{
return ((v4hi) A)[N];
}
int __attribute__ ((noinline, noclone)) g (v2si A, int N)
{
return ((v4hi) A)[N];
}
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