re PR fortran/48972 (OPEN with Unicode file name)
authorTobias Burnus <burnus@net-b.de>
Fri, 13 May 2011 20:59:07 +0000 (22:59 +0200)
committerTobias Burnus <burnus@gcc.gnu.org>
Fri, 13 May 2011 20:59:07 +0000 (22:59 +0200)
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

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/assign_8.f90

index 8ef95d1..5053a37 100644 (file)
@@ -1,6 +1,12 @@
 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
        * gfortran.dg/io_constraints_8.f90: New.
        * gfortran.dg/io_constraints_9.f90: New.
 
index f958e98..f06776f 100644 (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