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

anlauf at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2023-04-14

--- Comment #2 from anlauf at gcc dot gnu.org ---
(In reply to martin from comment #1)
> The fixed attachment declares "a" as "type(t), dimension(:), pointer". This
> shows the described error. It is still present in the current 13 development
> branch.

It is the pointer assignment in subroutine init

    self%x => a

that fails.

Reply via email to