OSDN Git Service

* gcc.dg/dfp/func-array.c: Support -DDBG to report individual failures.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / dfp / convert-complex.c
index 9fa8ebe..0083b09 100644 (file)
@@ -5,7 +5,7 @@
 
 extern void abort(void);
 static int failcnt;
-                                                                                
+
 /* Support compiling the test to report individual failures; default is
    to abort as soon as a check fails.  */
 #ifdef DBG
@@ -124,5 +124,8 @@ main ()
   if (d128 != 0.0625DL)
     FAILURE
 
+  if (failcnt != 0)
+    abort ();
+
   return 0;
 }