Commit 80a16a87 by Andreas Schwab Committed by Andreas Schwab

re PR translation/52289 (translatable string typo: "must not be have")

PR translation/52289
* gfortran.dg/coarray_8.f90: Update dg-error match.

From-SVN: r207630
parent c74559df
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
......
......@@ -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
......
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