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

anlauf at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2023-11-24
             Status|UNCONFIRMED                 |NEW
           Keywords|                            |ice-on-valid-code

--- Comment #1 from anlauf at gcc dot gnu.org ---
The testcase has some similarity with reduced versions of pr93678
and also the same traceback.  Thus likely related.

Note: replacing the rank-1 result variable

    character(len=1) :: list(1)

by a scalar

    character(len=1) :: list !(1)

avoids the ICE.

Reply via email to