From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DA8C33887038; Sat, 27 Feb 2021 10:02:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DA8C33887038 From: "zeccav at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/80774] [8/9/10/11 Regression][Coarray] ICE in gfc_conv_descriptor_data_get, at fortran/trans-array.c Date: Sat, 27 Feb 2021 10:02:01 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 8.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: zeccav at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 8.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Feb 2021 10:02:02 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D80774 --- Comment #6 from Vittorio Zecca --- Still in current trunk. gfortran -S gfbug132.f -fcoarray=3Dsingle gfbug132.f:18:72: 18 | deallocate(obj%link) |=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 1 internal compiler error: in gfc_get_descriptor_field, at fortran/trans-array.c:140 0x623c3e gfc_get_descriptor_field ../../gcc-150221/gcc/fortran/trans-array.c:140 0x90990a gfc_conv_descriptor_data_get(tree_node*) ../../gcc-150221/gcc/fortran/trans-array.c:159 0x9078a4 gfc_deallocate_with_status(tree_node*, tree_node*, tree_node*, tree_node*, tree_node*, bool, gfc_expr*, int, tree_node*, tree_node*) ../../gcc-150221/gcc/fortran/trans.c:1433 0x91bcad structure_alloc_comps ../../gcc-150221/gcc/fortran/trans-array.c:9031 0x91c93a gfc_deallocate_alloc_comp(gfc_symbol*, tree_node*, int, int) ../../gcc-150221/gcc/fortran/trans-array.c:9821 0x908132 gfc_deallocate_scalar_with_status(tree_node*, tree_node*, tree_nod= e*, bool, gfc_expr*, gfc_typespec, bool) ../../gcc-150221/gcc/fortran/trans.c:1652 0x992c69 gfc_trans_deallocate(gfc_code*) ../../gcc-150221/gcc/fortran/trans-stmt.c:7379 0x9042a7 trans_code ../../gcc-150221/gcc/fortran/trans.c:2098 0x932f53 gfc_generate_function_code(gfc_namespace*) ../../gcc-150221/gcc/fortran/trans-decl.c:6880 0x8afaae translate_all_program_units ../../gcc-150221/gcc/fortran/parse.c:6351 0x8afaae gfc_parse_file() ../../gcc-150221/gcc/fortran/parse.c:6620 0x9010ef gfc_be_parse_file ../../gcc-150221/gcc/fortran/f95-lang.c:212 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See for instructions.=