summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/dfp/convert-bfp-11.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/dfp/convert-bfp-11.c')
-rw-r--r--gcc/testsuite/gcc.dg/dfp/convert-bfp-11.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/testsuite/gcc.dg/dfp/convert-bfp-11.c b/gcc/testsuite/gcc.dg/dfp/convert-bfp-11.c
index 283f9bd4f88..d16919f81ac 100644
--- a/gcc/testsuite/gcc.dg/dfp/convert-bfp-11.c
+++ b/gcc/testsuite/gcc.dg/dfp/convert-bfp-11.c
@@ -1,4 +1,3 @@
-/* { dg-options "-std=gnu99" } */
/* { dg-skip-if "" { ! "powerpc*-*-linux*" } { "*" } { "" } } */
/* Test decimal float conversions to and from IBM 128-bit long double.
@@ -55,7 +54,5 @@ main ()
convert_311 ();
convert_312 ();
- if (failcnt != 0)
- abort ();
- return 0;
+ FINISH
}