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

anlauf at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2023-02-28
             Status|UNCONFIRMED                 |NEW
                 CC|                            |anlauf at gcc dot gnu.org
     Ever confirmed|0                           |1
           Keywords|                            |ice-on-valid-code

--- Comment #1 from anlauf at gcc dot gnu.org ---
Replacing

  use m, u => g, v => g

by

  use m, only: u => g, v => g

makes the code compile and gives an apparently sane dump.

Reply via email to