summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/pr68701-2.c
blob: bfe592ec8ec931a949586eba0988ac88f275bd61 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* { dg-do compile } */
/* { dg-options "-O -ffixed-ebp -mno-accumulate-outgoing-args -mstackrealign -msse" } */

/* { dg-warning "fixed ebp register requires" "" { target *-*-* } 0 } */

typedef float V __attribute__((vector_size(16)));

void bar (V a)
{
  volatile V b = a;
}