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

Andre Vehreschild <vehre at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at gcc dot gnu.org      |vehre at gcc dot gnu.org
                 CC|                            |vehre at gcc dot gnu.org
             Status|NEW                         |WAITING

--- Comment #4 from Andre Vehreschild <vehre at gcc dot gnu.org> ---
The line

 print*, errornous_ver(spcs, fuel)

blocks for me. In the I/O classes and does not print anything.

Changing that line to 

   integer :: r
...
   r = errornous_ver(spcs, fuel)
   print*, r

works with gfortran 13.3.1. Therefore I think the initial error resolved. Ok to
close?

Reply via email to