re PR testsuite/33082 (Revision 127491 causes FAIL: gcc.dg/dfp/convert-bfp-fold.c (test for excess errors))

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.

From-SVN: r127565
This commit is contained in:
Uros Bizjak 2007-08-16 20:30:14 +02:00 committed by Uros Bizjak
parent d33b602078
commit 997fea03d7
5 changed files with 12 additions and 4 deletions

View 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

View 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.

View 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.

View 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.

View 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. */