This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/69064] [5/6 Regression] ICE: in gfc_typenode_for_spec, at fortran/trans-types.c:1062 when LEN is set to a variable with no explicit type


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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]