From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 235EB3858C41; Sat, 25 May 2024 18:54:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 235EB3858C41 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1716663258; bh=qQDASZeyAV0GC3VJ16UgwGqampgLsruyhGLawLV3cSY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=EODp8GmB7QFvTjdDXH/HrQz7HOmRIY0OZCtxH0nAJLjuUetlL9d8Y5Zspimj4aBIL 6Ba5TOV62Kn5wcyNqvf/CntKj/iHoGDkqA4Q9u0Xm5G8Dng40C8FggPWZWcOd9hyEu LXEN4YQjJ5LHPJTKf9U/YA7F3/mNnmMfhxIMviD8= From: "natalie.perlin at noaa dot gov" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/115107] f951: internal compiler error: Segmentation fault 0xcf878f crash_signal toplev.cc:314 Date: Sat, 25 May 2024 18:54:16 +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: 13.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: natalie.perlin at noaa dot gov X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D115107 --- Comment #15 from Natalie Perlin --- Quick update:=20 Software stack and model build with gnu/13.3.0 was clear from all previous issues! So issue with the gnu/13.x.0 compiler could be considered as fixed, thank you so much for the help here.=20 Build with gnu/14.1.0 generated more ICEs, however.=20 FYI, the compiler errors looked as following: ----- ...register_variable_attribute.inc:56:60: internal compiler error: in gfc_walk_array_ref, at fortran/trans-array.cc:1= 1870 0x75dffb gfc_walk_array_ref(gfc_ss*, gfc_expr*, gfc_ref*) ../../gcc/fortran/trans-array.cc:11870 0x8d5f90 gfc_walk_expr(gfc_expr*) ../../gcc/fortran/trans-array.cc:12232 0x75dffb gfc_walk_array_ref(gfc_ss*, gfc_expr*, gfc_ref*) ../../gcc/fortran/trans-array.cc:11870 0x8d5f90 gfc_walk_expr(gfc_expr*) ../../gcc/fortran/trans-array.cc:12232 0x8fb2c8 gfc_conv_procedure_call(gfc_se*, gfc_symbol*, gfc_actual_arglist*, gfc_expr*, vec*) ../../gcc/fortran/trans-expr.cc:6578 0x8fb2c8 gfc_conv_procedure_call(gfc_se*, gfc_symbol*, gfc_actual_arglist*, gfc_expr*, vec*) ../../gcc/fortran/trans-expr.cc:6578 0x90c46a gfc_conv_expr_reference(gfc_se*, gfc_expr*) ../../gcc/fortran/trans-expr.cc:9979 0x8fd2f4 gfc_conv_procedure_call(gfc_se*, gfc_symbol*, gfc_actual_arglist*, gfc_expr*, vec*) ../../gcc/fortran/trans-expr.cc:6756 0x90f4b8 gfc_trans_assignment_1 ../../gcc/fortran/trans-expr.cc:12287 0x90c46a gfc_conv_expr_reference(gfc_se*, gfc_expr*) ../../gcc/fortran/trans-expr.cc:9979 0x8fd2f4 gfc_conv_procedure_call(gfc_se*, gfc_symbol*, gfc_actual_arglist*, gfc_expr*, vec*) ../../gcc/fortran/trans-expr.cc:6756 0x90f4b8 gfc_trans_assignment_1 ../../gcc/fortran/trans-expr.cc:12287 0x8c3897 trans_code ... ... (more diagnostic prints) ... Please submit a full bug report, with preprocessed source (by using -freport-bug). Please include the complete backtrace with any bug report. See for instructions. 0x8657ad translate_all_program_units ../../gcc/fortran/parse.cc:7086 Please submit a full bug report, with preprocessed source (by using -freport-bug). ----------------=