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

anlauf at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
      Known to fail|                            |15.0
           Priority|P3                          |P4
            Summary|-fcheck=recursion issue     |[13/14/15 Regression]
                   |with intent(out) derived    |-fcheck=recursion issue
                   |type argument without       |with intent(out) derived
                   |components with default     |type argument without
                   |value                       |components with default
                   |                            |value
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2024-06-08

--- Comment #2 from anlauf at gcc dot gnu.org ---
Confirmed.

Workarounds:

- add "recursive" attribute to subroutine myroutine
- add a default initialization to component mynumber

Might be related to pr115070.

Reply via email to