(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
mips/
oddspreg-5.c
       1  /* Check that -mno-odd-spreg is not supported with -mabi=64.  */
       2  /* { dg-options "-mabi=64 -mno-odd-spreg -mhard-float" } */
       3  /* { dg-error "unsupported combination" "" { target *-*-* } 0 } */
       4  
       5  float a;
       6  float
       7  foo ()
       8  {
       9    float b = a + 1.0f;
      10    return b;
      11  }