https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119460
--- Comment #18 from Paul Thomas <pault at gcc dot gnu.org> --- (In reply to anlauf from comment #17) > Created attachment 61014 [details] > Enhanced version of reduce_4.f90 > > This fixes also a copy&paste of a subtest and tests the maximum symbol > length of the wrapper. Hi Harald, Thanks for the corrections to generate_reduce_op_wrapper in comment 16 and the test of the maximum wrapper name length in comment 17. They have been incorporated in the patch to be submitted. By the way, the reason that I am contemplating dropping the string length tests is that I don't think that they can ever be triggered because of the tests in iresolve.cc and allocatable ARRAY being disallowed. I will try to trigger them tomorrow morning before writing the ChangeLog. Regards Paul