From 80a16a87b6f7799a012bb0829c235f0b3c467515 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 8 Feb 2014 09:33:24 +0000 Subject: [PATCH] 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 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gfortran.dg/coarray_8.f90 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 053acd0..867834b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2014-02-08 Andreas Schwab + + PR translation/52289 + * gfortran.dg/coarray_8.f90: Update dg-error match. + 2014-02-08 Jakub Jelinek PR c/59984 diff --git a/gcc/testsuite/gfortran.dg/coarray_8.f90 b/gcc/testsuite/gfortran.dg/coarray_8.f90 index 6defc1a..91d6e9a 100644 --- a/gcc/testsuite/gfortran.dg/coarray_8.f90 +++ b/gcc/testsuite/gfortran.dg/coarray_8.f90 @@ -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 -- 2.7.4