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

G. Steinmetz <gs...@t-online.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[PDT] [10/11/12 Regression] |[PDT] ICE in
                   |ICE in                      |gfc_free_actual_arglist, at
                   |gfc_free_actual_arglist, at |fortran/expr.c:547
                   |fortran/expr.c:547          |

--- Comment #1 from G. Steinmetz <gs...@t-online.de> ---

Right, primarily PDT specific.
Modified cases with deleted "z" should be treated first.
That changed with the PDT groundwork in r8 before 20180525.

$ cat z3.f90
program p
   type t(n)
      integer, kind :: n
      character(n) :: c = ''
   end type
   type(t(3)) :: x = t('1')
end

Reply via email to