re PR translation/52289 (translatable string typo: "must not be have")
authorAndreas Schwab <schwab@linux-m68k.org>
Sat, 8 Feb 2014 09:33:24 +0000 (09:33 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Sat, 8 Feb 2014 09:33:24 +0000 (09:33 +0000)
PR translation/52289
* gfortran.dg/coarray_8.f90: Update dg-error match.

From-SVN: r207630

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

index 053acd0..867834b 100644 (file)
@@ -1,3 +1,8 @@
+2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
+
+       PR translation/52289
+       * gfortran.dg/coarray_8.f90: Update dg-error match.
+
 2014-02-08  Jakub Jelinek  <jakub@redhat.com>
 
        PR c/59984
index 6defc1a..91d6e9a 100644 (file)
@@ -112,7 +112,7 @@ contains
     type(t),allocatable :: x[:]
     type(t) :: y
     x = y
-    x[1] = y ! { dg-error "must not be have an allocatable ultimate component" }
+    x[1] = y ! { dg-error "must not have an allocatable ultimate component" }
   end subroutine assign2
 end module mmm3