PR translation/52289
authorschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 8 Feb 2014 09:33:24 +0000 (09:33 +0000)
committerschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 8 Feb 2014 09:33:24 +0000 (09:33 +0000)
* gfortran.dg/coarray_8.f90: Update dg-error match.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207630 138bc75d-0d04-0410-961f-82ee72b054a4

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