comparison gcc/testsuite/gcc.dg/torture/inf-compare-3.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* { dg-do run { xfail { powerpc*-*-* } } } */ 1 /* { dg-do run { xfail { powerpc*-*-* } } } */
2 /* remove the xfail for powerpc when pr58684 is fixed */ 2 /* remove the xfail for powerpc when pr58684 is fixed */
3 /* { dg-add-options ieee } */ 3 /* { dg-add-options ieee } */
4 /* { dg-require-effective-target fenv_exceptions } */ 4 /* { dg-require-effective-target fenv_exceptions } */
5 /* { dg-skip-if "fenv" { powerpc-ibm-aix* } } */
5 6
6 #include <fenv.h> 7 #include <fenv.h>
7 8
8 extern void abort (void); 9 extern void abort (void);
9 extern void exit (int); 10 extern void exit (int);