summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/dfp/fe-binop.c
diff options
context:
space:
mode:
authorbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2009-09-18 13:02:54 +0000
committerbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2009-09-18 13:02:54 +0000
commit244ef3a1eb438c2237d2c1c9f5c466ca06c39373 (patch)
tree981274e8fb747b0a0ce16fc6d5a7e302d64334dd /gcc/testsuite/gcc.dg/dfp/fe-binop.c
parent408a35ff7b0bb8f5e100ebd4b9564517aeb0c465 (diff)
downloadgcc-244ef3a1eb438c2237d2c1c9f5c466ca06c39373.tar.gz
2009-09-18 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 151837 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@151840 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg/dfp/fe-binop.c')
-rw-r--r--gcc/testsuite/gcc.dg/dfp/fe-binop.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/testsuite/gcc.dg/dfp/fe-binop.c b/gcc/testsuite/gcc.dg/dfp/fe-binop.c
index 23f137818ed..eb0da1b2c6e 100644
--- a/gcc/testsuite/gcc.dg/dfp/fe-binop.c
+++ b/gcc/testsuite/gcc.dg/dfp/fe-binop.c
@@ -1,4 +1,3 @@
-/* { dg-options "-std=gnu99" } */
/* { dg-skip-if "test is for emulation" { hard_dfp } { "*" } { "" } } */
/* Touch tests that check for raising appropriate exceptions for binary
@@ -102,7 +101,5 @@ main ()
binop_501 ();
binop_502 ();
- if (failcnt != 0)
- abort ();
- return 0;
+ FINISH
}