PR testsuite/33082
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Aug 2007 18:30:14 +0000 (18:30 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Aug 2007 18:30:14 +0000 (18:30 +0000)
* gcc.dg/dfp/convert-dfp-fold.c: Use -O2 instead of -O in dg-options.
* gcc.dg/dfp/convert-bfp-fold.c: Ditto.
* gcc.dg/dfp/convert-int-fold.c: Ditto.
* gcc.dg/dfp/operator-arith-fold.c: Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127565 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/dfp/convert-bfp-fold.c
gcc/testsuite/gcc.dg/dfp/convert-dfp-fold.c
gcc/testsuite/gcc.dg/dfp/convert-int-fold.c
gcc/testsuite/gcc.dg/dfp/operator-arith-fold.c

index e533501..0824e4c 100644 (file)
@@ -1,3 +1,11 @@
+2007-08-16  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR testsuite/33082
+       * gcc.dg/dfp/convert-dfp-fold.c: Use -O2 instead of -O in dg-options.
+       * gcc.dg/dfp/convert-bfp-fold.c: Ditto.
+       * gcc.dg/dfp/convert-int-fold.c: Ditto.
+       * gcc.dg/dfp/operator-arith-fold.c: Ditto.
+
 2007-08-16  Tobias Burnus  <burnus@net-b.de>
 
        PR fortran/33072
index c550499..8c20a52 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-options "-std=gnu99 -O" } */
+/* { dg-options "-std=gnu99 -O2" } */
 
 /* N1150 5.2 Conversions among decimal floating types and between
    decimal floating types and generic floating types.
index 8ccf22e..a56f0df 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-options "-std=gnu99 -O" } */
+/* { dg-options "-std=gnu99 -O2" } */
 
 /* N1150 5.2 Conversions among decimal floating types and between
    decimal floating types and generic floating types.
index 99eaad8..e550369 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-options "-std=gnu99 -O" } */
+/* { dg-options "-std=gnu99 -O2" } */
 
 /* N1150 5.1 Conversion between decimal floating integer.
    C99 6.3.1.4(1a) New.
index 2c09e76..ad398d9 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-options "-std=gnu99 -O" } */
+/* { dg-options "-std=gnu99 -O2" } */
 
 /* C99 6.5.5: Multiplicative operators.
    C99 6.5.6: Additive operators.  */