blob: 8bdb154e1af167267de6325a5e304a578c51df9f [file] [log] [blame]
/* Verify that we don't ICE trying to put SPE data in .sdata2. */
/* { dg-do run { target { powerpc*-*-linux* && powerpc_spe } } } */
/* { dg-options "-msdata=eabi -mcall-eabi -G 8" } */
#include <spe.h>
__ev64_fs__ x;
int main(void)
{
x = __ev_fsabs (x);
return(0);
}