From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2AFDD385740D; Tue, 28 Jun 2022 17:11:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2AFDD385740D From: "gscfq@t-online.de" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/106124] New: [11/12/13 Regression] ICE in dwarf2out_abstract_function, at dwarf2out.cc:23254 Date: Tue, 28 Jun 2022 17:11:13 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: gscfq@t-online.de X-Bugzilla-Status: UNCONFIRMED 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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: Tue, 28 Jun 2022 17:11:13 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D106124 Bug ID: 106124 Summary: [11/12/13 Regression] ICE in dwarf2out_abstract_function, at dwarf2out.cc:23254 Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: gscfq@t-online.de Target Milestone: --- Started between 20200621 and 20200628, with files libgomp/testsuite/libgomp.c++/udr-20.C and udr-21.C : $ gcc-13-20220626 -c udr-20.C -g -O2 -fopenmp -fkeep-inline-functions during IPA pass: inline In static member function 'static constexpr int A::omp declare reduction x~i(T&)::::_FUN()': cc1plus: internal compiler error: in dwarf2out_abstract_function, at dwarf2out.cc:23254 0xa07c13 dwarf2out_abstract_function ../../gcc/dwarf2out.cc:23254 0xe32e4d tree_function_versioning(tree_node*, tree_node*, vec*, ipa_param_adjustments*, bool, bitmap_head*, basic_block_def*) ../../gcc/tree-inline.cc:6219 0xb8cd98 save_inline_function_body ../../gcc/ipa-inline-transform.cc:658 0xb8cd98 inline_transform(cgraph_node*) ../../gcc/ipa-inline-transform.cc:750 0xcddad3 execute_one_ipa_transform_pass ../../gcc/passes.cc:2330 0xcddad3 execute_all_ipa_transforms(bool) ../../gcc/passes.cc:2393 0x99c927 cgraph_node::expand() ../../gcc/cgraphunit.cc:1827 0x99de92 expand_all_functions ../../gcc/cgraphunit.cc:1998 0x99de92 symbol_table::compile() ../../gcc/cgraphunit.cc:2348 0x9a060f symbol_table::compile() ../../gcc/cgraphunit.cc:2532 0x9a060f symbol_table::finalize_compilation_unit() ../../gcc/cgraphunit.cc:2529=