This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Patch,Fortran,Committed] PR 2839 - xfail fmt_with_extra.f as patch was reverted


Hi all,

as the patch was reverted, it makes sense to either remove or xfail the
testcase. As the feature is useful (but the check was too agressive), I
decided to xfail it.

As Daniel's email has shown, such failures cause unnecessarily confusions.

Committed as obvious.

Sending        testsuite/ChangeLog
Sending        testsuite/gfortran.dg/fmt_with_extra.f
Transmitting file data ..
Committed revision 151141.

Tobias

--- ChangeLog   (revision 151140)
+++ ChangeLog   (working copy)
@@ -1,3 +1,8 @@
+2009-08-27  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/28039
+       * gfortran.dg/fmt_with_extra.f: xfail testcase as patch was reverted.
+
 2009-08-27  Daniel Kraft  <d@domob.eu>

        PR fortran/37425
Index: gfortran.dg/fmt_with_extra.f
===================================================================
--- gfortran.dg/fmt_with_extra.f        (revision 151140)
+++ gfortran.dg/fmt_with_extra.f        (working copy)
@@ -4,5 +4,5 @@
        implicit none
        real :: r
        r = 1.0
-       write(*,'(a),f)') 'Hello', r   !{ dg-warning "Extraneous characters in format at" }
+       write(*,'(a),f)') 'Hello', r   ! { dg-warning "Extraneous characters in format at" "PR28039" { xfail *-*-* } }
        end


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]