diff options
Diffstat (limited to 'gcc/testsuite')
-rw-r--r-- | gcc/testsuite/ChangeLog | 9 | ||||
-rw-r--r-- | gcc/testsuite/gfortran.dg/bessel_5.f90 | 2 |
2 files changed, 8 insertions, 3 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 590fac4..1c7f779 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2012-08-27 Tobias Burnus <burnus@net-b.de> + + * gfortran.dg/bessel_5.f90: Remove -Wno-compare-reals + from dg-options as -Wall no longer implies it. + 2012-08-26 Richard Sandiford <rdsandiford@googlemail.com> * lib/scanasm.exp (scan-assembler-times_required_options): New proc. @@ -153,8 +158,8 @@ 2012-08-19 Thomas König <tkoenig@gcc.gnu.org> PR fortran/54298 - * gfortran.dg/real_compare_1.f90: New test case. - * gfortran.dg/bessel_5.f90 Add -Wno-compare-reals to options. + * gfortran.dg/real_compare_1.f90: New test case. + * gfortran.dg/bessel_5.f90: Add -Wno-compare-reals to options. 2012-08-18 Jan Hubicka <jh@suse.cz> diff --git a/gcc/testsuite/gfortran.dg/bessel_5.f90 b/gcc/testsuite/gfortran.dg/bessel_5.f90 index 0027280..aab45ca 100644 --- a/gcc/testsuite/gfortran.dg/bessel_5.f90 +++ b/gcc/testsuite/gfortran.dg/bessel_5.f90 @@ -1,5 +1,5 @@ ! { dg-do run } -! { dg-options "-Wall -fno-range-check -Wno-compare-reals" } +! { dg-options "-Wall -fno-range-check" } ! ! PR fortran/36158 - Transformational BESSEL_JN/YN ! PR fortran/33197 - F2008 math functions |