https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93579
G. Steinmetz <gs...@t-online.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |accepts-invalid, | |ice-on-invalid-code --- Comment #1 from G. Steinmetz <gs...@t-online.de> --- This related invalid case is accepted : $ cat z2.f90 program p character(5), parameter :: x = ' abc ' print *, adjustl(x%re) print *, adjustr(x%re) end $ gfortran-10-20200105 z2.f90 && ./a.out abc abc