[Bug fortran/99837] ICE in parse_associate, at fortran/parse.c:4780

2024-08-19 Thread vehre at gcc dot gnu.org via Gcc-bugs
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 --

[Bug fortran/99837] ICE in parse_associate, at fortran/parse.c:4780

2024-08-19 Thread vehre at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99837 Andre Vehreschild changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug fortran/99837] ICE in parse_associate, at fortran/parse.c:4780

2024-08-15 Thread anlauf at gcc dot gnu.org via Gcc-bugs
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

[Bug fortran/99837] ICE in parse_associate, at fortran/parse.c:4780

2024-02-27 Thread kargl at gcc dot gnu.org via Gcc-bugs
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

[Bug fortran/99837] ICE in parse_associate, at fortran/parse.c:4780

2024-02-27 Thread kargl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99837 kargl at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |WAITING CC|

[Bug fortran/99837] ICE in parse_associate, at fortran/parse.c:4780

2021-03-30 Thread gscfq--- via Gcc-bugs
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