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
This commit is contained in:
Tobias Burnus 2011-05-13 22:59:07 +02:00 committed by Tobias Burnus
parent dc764d10fa
commit d61d771f3b
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2011-05-13 Tobias Burnus <burnus@net-b.de>
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

View File

@ -1,4 +1,4 @@
! { dg-do compile }
! 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