| Index: gcc/gcc/testsuite/gfortran.dg/e_d_fmt.f90
|
| diff --git a/gcc/gcc/testsuite/gfortran.dg/e_d_fmt.f90 b/gcc/gcc/testsuite/gfortran.dg/e_d_fmt.f90
|
| index d463d89d6f13266124d6a9a919678559d5ba1d88..f2a3a5fc553e454298ab471767d20adb630dc4a9 100644
|
| --- a/gcc/gcc/testsuite/gfortran.dg/e_d_fmt.f90
|
| +++ b/gcc/gcc/testsuite/gfortran.dg/e_d_fmt.f90
|
| @@ -1,4 +1,6 @@
|
| ! { dg-do run }
|
| +! { dg-options "-std=legacy" }
|
| +!
|
| ! Verify that the D format uses 'D' as the exponent character.
|
| ! " " " E " " 'E' " " " "
|
| CHARACTER*10 c1, c2
|
|
|