When the test case derived_constructor_comps_6.f90 was backported to the FSF 5 branch, a '}' on the dg-additional-options was dropped causing the test case to fail. I have added it back and committed it as obvious.
Peter PR fortran/61831 * gfortran.dg/derived_constructor_comps_6.f90: Add missing } to fix up dg-additional-options. Index: gcc/testsuite/gfortran.dg/derived_constructor_comps_6.f90 =================================================================== --- gcc/testsuite/gfortran.dg/derived_constructor_comps_6.f90 (revision 232798) +++ gcc/testsuite/gfortran.dg/derived_constructor_comps_6.f90 (working copy) @@ -1,5 +1,5 @@ ! { dg-do run } -! { dg-additional-options "-fdump-tree-original" +! { dg-additional-options "-fdump-tree-original" } ! ! PR fortran/61831 ! The deallocation of components of array constructor elements