OSDN Git Service

* gcc.dg/dfp/dfp.exp: Use appropriate default options.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / dfp / compare-special-d32.c
index fa91d7e..377c65a 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-options "-std=gnu99 -O0" } */
+/* { dg-options "-O0" } */
 
 /* C99 6.5.8 Relational operators.
    C99 6.5.9 Equality operators.
@@ -11,5 +11,5 @@ int
 main ()
 {
   test_compares ();
-  return 0;
+  FINISH
 }