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/85982] ICE in resolve_component, at fortran/resolve.c:13696


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

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

Comparison sample :


$ cat z2.f90
program p
   type t
      integer :: a
      integer, external, pointer :: b
   end type
end


$ gfortran-9-20180527 -c z2.f90
z2.f90:4:23:

       integer, external, pointer :: b
                       1
Error: Attribute at (1) is not allowed in a TYPE definition

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