mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
d33b602078
commit
997fea03d7
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue