blob: 2a466e344fb0bc8b1947dfc7a9b4ace93a4cbec1 [file] [log] [blame]
/* Verify that we don't ICE trying to put float data in .sdata2. */
/* { dg-do run { target { powerpc*-*-linux* && powerpc_spe } } } */
/* { dg-options "-msdata=eabi -mcall-eabi -G 8" } */
double x;
int main(void)
{
x = x * 2;
return(0);
}