summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/pr70062.c
blob: e5cb854f2eed221b601a245741b42941af96606d (plain)
1
2
3
4
5
6
7
8
9
10
11
/* PR target/70062 */
/* { dg-options "-minline-all-stringops -minline-stringops-dynamically -mmemcpy-strategy=libcall:-1:noalign -Wno-psabi" } */
/* { dg-additional-options "-mtune=k6-2" { target ia32 } } */

typedef int V __attribute__ ((vector_size (32)));

V
foo (V x)
{
  return (V) { x[0] };
}