blob: 5e7eac4b770c97e86252508a55e7e7a682e98a4d [file] [log] [blame]
/* Verify that fcsr instructions are not emitted. */
/* { dg-do compile } */
/* { dg-require-effective-target hard_float } */
/* { dg-options "-O" } */
extern int foo (void);
void __attribute__ ((interrupt))
sub (void)
{
}
/* { dg-final { scan-assembler-not "frcsr\t" } } */
/* { dg-final { scan-assembler-not "fscsr\t" } } */