[Bug fortran/111618] ICE in associate construction

2023-09-28 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111618

anlauf at gcc dot gnu.org changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from anlauf at gcc dot gnu.org ---
(In reply to Antoine Lemoine from comment #1)
> Error message using gfortran 13.2 on Compiler Explorer:
> 
> f951: internal compiler error: Segmentation fault
> 0x1bec57e internal_error(char const*, ...)
>   ???:0
> 0x7d4c85 gfc_expression_rank(gfc_expr*)
>   ???:0
> 0x7d4e62 gfc_op_rank_conformable(gfc_expr*, gfc_expr*)
>   ???:0
> 0x79a447 gfc_match_expr(gfc_expr**)
>   ???:0
> 0x790f48 gfc_match(char const*, ...)
>   ???:0
> 0x792f01 gfc_match_assignment()
>   ???:0
> 0x7c7795 gfc_parse_file()
>   ???:0
> 
> Looks like a duplicate of pr109948.

Indeed a duplicate.

*** This bug has been marked as a duplicate of bug 109948 ***

[Bug fortran/111618] ICE in associate construction

2023-09-27 Thread antoine.lemoine--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111618

--- Comment #1 from Antoine Lemoine  ---
Error message using gfortran 13.2 on Compiler Explorer:

f951: internal compiler error: Segmentation fault
0x1bec57e internal_error(char const*, ...)
???:0
0x7d4c85 gfc_expression_rank(gfc_expr*)
???:0
0x7d4e62 gfc_op_rank_conformable(gfc_expr*, gfc_expr*)
???:0
0x79a447 gfc_match_expr(gfc_expr**)
???:0
0x790f48 gfc_match(char const*, ...)
???:0
0x792f01 gfc_match_assignment()
???:0
0x7c7795 gfc_parse_file()
???:0

Looks like a duplicate of pr109948.