1  /* { dg-require-effective-target arm_v8_1m_mve_ok } */
       2  /* { dg-skip-if "Incompatible float ABI" { *-*-* } { "-mfloat-abi=hard" } { "" } } */
       3  /* { dg-additional-options "-march=armv8.1-m.main+mve -mfloat-abi=soft -mthumb -mfpu=auto --save-temps" } */
       4  
       5  int
       6  foo1 (int value)
       7  {
       8    int b = value;
       9    return b;
      10  }
      11  
      12  /* { dg-final { scan-assembler "\.fpu softvfp" }  } */