]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.target/mips/fnegf-2008.c
linux.h (GLIBC_DYNAMIC_LINKER): Handle `-mnan=2008'.
[thirdparty/gcc.git] / gcc / testsuite / gcc.target / mips / fnegf-2008.c
1 /* { dg-do compile } */
2 /* { dg-options "-mabs=2008" } */
3
4 NOMIPS16 float
5 fnegf_2008 (float f)
6 {
7 return -f;
8 }
9
10 /* { dg-final { scan-assembler "\tneg\.s\t" } } */