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

--- Comment #1 from G. Steinmetz <gs...@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

Reply via email to