Index: gcc/gcc/testsuite/gcc.dg/dfp/fe-convert-2.c |
diff --git a/gcc/gcc/testsuite/gcc.dg/dfp/fe-convert-2.c b/gcc/gcc/testsuite/gcc.dg/dfp/fe-convert-2.c |
index 83b490d54be783cffc48f09d3797b3c28c7e6f57..4abce24c608c4e5d6965863233d5322cf8c1bf58 100644 |
--- a/gcc/gcc/testsuite/gcc.dg/dfp/fe-convert-2.c |
+++ b/gcc/gcc/testsuite/gcc.dg/dfp/fe-convert-2.c |
@@ -1,5 +1,3 @@ |
-/* { dg-options "-std=gnu99" } */ |
- |
/* Check that appropriate exceptions are raised for BFP to DFP conversions. |
The test only uses double and _Decimal32; tests for conversions to |
_Decimal64 would need 128-bit long double. */ |
@@ -29,7 +27,5 @@ main () |
convert_104 (); |
convert_105 (); |
- if (failcnt != 0) |
- abort (); |
- return 0; |
+ FINISH |
} |