This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/69385] [6 regression] ICE on valid with -fcheck=mem


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

--- Comment #5 from janus at gcc dot gnu.org ---
In fact I have hit the same ICE with a slightly different test case:


program test

  implicit none

  type :: t
    real, allocatable :: r(:)
  end type

  type(t) :: a

  a%r = 0.

end

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]