[Bug fortran/103474] ICE in simplify_cobound, at fortran/simplify.c:4415

2022-10-26 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103474 --- Comment #5 from anlauf at gcc dot gnu.org --- I am now stuck with the following code, which I believe is valid. (It is accepted by Crayftn and rejected by Intel, but I thought it is covered by F2018:5.4.7(5)): program p type t integer

[Bug fortran/103474] ICE in simplify_cobound, at fortran/simplify.c:4415

2022-10-25 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103474 --- Comment #4 from anlauf at gcc dot gnu.org --- Another part which is needed to avoid an ice-on-valid code: (Note F2018:5.4.7(5): A subobject of a coarray is a coarray if ...) diff --git a/gcc/fortran/expr.cc b/gcc/fortran/expr.cc index 69d0b5

[Bug fortran/103474] ICE in simplify_cobound, at fortran/simplify.c:4415

2022-10-20 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103474 anlauf at gcc dot gnu.org changed: What|Removed |Added CC||anlauf at gcc dot gnu.org --

[Bug fortran/103474] ICE in simplify_cobound, at fortran/simplify.c:4415

2022-01-26 Thread gscfq--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103474 --- Comment #2 from G. Steinmetz --- Additionally : $ cat z3.f90 program p type t integer :: a end type class(t) :: x[:] if ( any(lcobound(x) < 1) ) stop end $ cat zz1.f90 program p type t integer :: a end type

[Bug fortran/103474] ICE in simplify_cobound, at fortran/simplify.c:4415

2021-11-29 Thread kargl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103474 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4 Status|UNCONFI