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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[5/6 Regression] ICE: in    |[5/6 Regression] ICE: in
                   |gfc_typenode_for_spec, at   |gfc_typenode_for_spec, at
                   |fortran/trans-types.c:1062  |fortran/trans-types.c:1062
                   |when a variable is missing  |when LEN is set to a
                   |in "use *, only" list       |variable with no explicit
                   |                            |type

--- Comment #47 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Further reduced test

subroutine setup_check_path(path)

  IMPLICIT NONE
  character(len=path_len),intent(inout)::path
end

The ICE has nothing to do with 'USE *, ONLY', updated summary.

Reply via email to