Commit d61d771f by Tobias Burnus Committed by Tobias Burnus

re PR fortran/48972 (OPEN with Unicode file name)

2011-05-13  Tobias Burnus  <burnus@net-b.de>

        PR fortran/48972
        PR fortran/48991
        * gfortran.dg/assign_8.f90: Update dg-error.

From-SVN: r173738
parent dc764d10
2011-05-13 Tobias Burnus <burnus@net-b.de> 2011-05-13 Tobias Burnus <burnus@net-b.de>
PR fortran/48972 PR fortran/48972
PR fortran/48991
* gfortran.dg/assign_8.f90: Update dg-error.
2011-05-13 Tobias Burnus <burnus@net-b.de>
PR fortran/48972
* gfortran.dg/io_constraints_8.f90: New. * gfortran.dg/io_constraints_8.f90: New.
* gfortran.dg/io_constraints_9.f90: New. * gfortran.dg/io_constraints_9.f90: New.
......
! { dg-do compile } ! { dg-do compile }
! PR fortran/20883 ! PR fortran/20883
write (*, a) b ! { dg-error "must be of type CHARACTER or INTEGER" } write (*, a) b ! { dg-error "must be of type default-kind CHARACTER or of INTEGER" }
end 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