blob: bfe592ec8ec931a949586eba0988ac88f275bd61 [file] [log] [blame]
/* { 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;
}