Index: gcc/gcc/testsuite/gcc.dg/dfp/pr41049.c |
diff --git a/gcc/gcc/testsuite/gcc.dg/dfp/pr41049.c b/gcc/gcc/testsuite/gcc.dg/dfp/pr41049.c |
index 0b01438d607ca4bfd7fa56809fb1cf449a1ef1b5..6187481eca1b38f8a3122fc72670d6e3a53248ae 100644 |
--- a/gcc/gcc/testsuite/gcc.dg/dfp/pr41049.c |
+++ b/gcc/gcc/testsuite/gcc.dg/dfp/pr41049.c |
@@ -5,16 +5,7 @@ |
either compile time or runtime should not change the number of |
trailing zeroes. */ |
-int failures; |
- |
-#ifdef DBG |
-extern int printf (const char *, ...); |
-#define FAILURE { printf ("failed at line %d\n", __LINE__); failures++; } |
-#define FINISH if (failures != 0) __builtin_abort (); return 0; |
-#else |
-#define FAILURE __builtin_abort (); |
-#define FINISH return 0; |
-#endif |
+#include "dfp-dbg.h" |
#define PASTE2(A,B) A ## B |
#define PASTE(A,B) PASTE2(A,B) |