[Bug fortran/107074] ICE: Bad IO basetype (8)

anlauf at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Sep 28 19:10:45 GMT 2022


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

--- Comment #2 from anlauf at gcc dot gnu.org ---
We also crash in the same place on:

program p
  implicit none
  procedure(real), pointer :: a
  print *, merge(a, a, .true.)
end


More information about the Gcc-bugs mailing list