Commit 77657899 by Tobias Burnus Committed by Tobias Burnus

re PR fortran/28039 (Warn when ignoring extra characters in the format specification)

2009-08-27  Tobias Burnus  <burnus@net-b.de>

        PR fortran/28039
        * gfortran.dg/fmt_with_extra.f: xfail testcase as patch was
        * reverted.

From-SVN: r151141
parent 4a44a72d
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
......
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment