From: Andreas Schwab Date: Sat, 8 Feb 2014 09:33:24 +0000 (+0000) Subject: re PR translation/52289 (translatable string typo: "must not be have") X-Git-Tag: releases/gcc-4.9.0~997 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=80a16a87b6f7799a012bb0829c235f0b3c467515;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 053acd0b3d8b..867834b75553 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 6defc1aad6ab..91d6e9a57abc 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