| Index: gcc/gcc/testsuite/gfortran.dg/extends_6.f03
|
| diff --git a/gcc/gcc/testsuite/gfortran.dg/extends_6.f03 b/gcc/gcc/testsuite/gfortran.dg/extends_6.f03
|
| index 866fbbd1c50f70092f688fa1ee762c8a2277345c..a50a9b751b1f07a66f483a2e3720822438242826 100644
|
| --- a/gcc/gcc/testsuite/gfortran.dg/extends_6.f03
|
| +++ b/gcc/gcc/testsuite/gfortran.dg/extends_6.f03
|
| @@ -30,7 +30,7 @@ end module m
|
| end type two
|
|
|
| o_dt%day = 5 ! VALID but failed in first version of EXTENDS patch
|
| - o_dt%yr = 5 ! { dg-error "All components of 'date' are PRIVATE" }
|
| + o_dt%yr = 5 ! { dg-error "is a PRIVATE component of" }
|
|
|
| t = two(one = one(4), i = 5, r=4.4) ! { dg-error "has already been set" }
|
|
|
|
|