blob: 8d7d884580c29425e1be9bcd4956f045d3694d0c [file] [log] [blame]
/* Check that -mno-odd-spreg is not supported with -mabi=64. */
/* { dg-options "-mabi=64 -mno-odd-spreg -mhard-float" } */
/* { dg-error "unsupported combination" "" { target *-*-* } 0 } */
float a;
float
foo ()
{
float b = a + 1.0f;
return b;
}