https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87577
Jürgen Reuter <juergen.reuter at desy dot de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |juergen.reuter at desy dot de
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #3 from Jürgen Reuter <juergen.reuter at desy dot de> ---
Paul, can you quickly say why all these tests have now become invalid?
--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Removed only if the tests test only whatever has become invalid. Why is there
not a way to pick individual characters out of an array element with character
type btw, not even as an extension? What can one do to avoid that? Copy the
element into a scalar character variable with the same charlen and access it
from there? E.g. I definitely don't want to lose the udr4.f90 testcase, it
tests if OpenMP UDRs work properly with character arrays.