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