https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99837
Bug 99837 depends on bug 46371, which changed state.
Bug 46371 Summary: [Coarray] [OOP] SELECT TYPE: scalar coarray variable is
rejected
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46371
What|Removed |Added
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99837
Andre Vehreschild changed:
What|Removed |Added
Status|WAITING |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99837
--- Comment #4 from anlauf at gcc dot gnu.org ---
The following variation (valid code) which compiles here with 14-branch
fails at r15-2937:
program p
type t
!integer, allocatable :: a(:)
integer :: b
end type
class(t), allocatable
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99837
kargl at gcc dot gnu.org changed:
What|Removed |Added
Priority|P3 |P4
--- Comment #3 from kargl a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99837
kargl at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99837
G. Steinmetz changed:
What|Removed |Added
Keywords||ice-on-invalid-code
--- Comment #1 from G