https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88486

--- Comment #7 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
The original test case does not ICE any more.

subroutine s(x)
   character(:), allocatable :: x(:)
   x = ['bcd']
   x = ['a'//x//'e']
   print *, x
end

$ gfc -c foo.f90 
$ 

The -fdump-tree-original is full of nonsense.  Please enlighten me.

Reply via email to