From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 849D63856DC7; Tue, 14 Jun 2022 17:53:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 849D63856DC7 From: "gscfq@t-online.de" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/105980] New: [11/12/13 Regression] ICE in final_scan_insn_1, at final.cc:2811 Date: Tue, 14 Jun 2022 17:53:12 +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, 14 Jun 2022 17:53:12 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D105980 Bug ID: 105980 Summary: [11/12/13 Regression] ICE in final_scan_insn_1, at final.cc:2811 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 with r11 between 20201115 and 20201122, using -m16 or -m32 : (with files pr41257.C, pr47366.C, pr83549.C, pr83619.C, etc.) $ gcc-13-20220612 -c pr41257.C -fpie -m32 -mforce-indirect-call pr41257.C: In member function 'virtual void C::_ZTv0_n16_N1CD1Ev()': pr41257.C:20:1: error: insn does not satisfy its constraints: 20 | } | ^ (insn 6 5 7 (set (reg:SI 82) (plus:SI (reg:SI 82) (const:SI (unspec:SI [ (symbol_ref:SI ("*.LTHUNK2") [flags 0x3] ) ] UNSPEC_GOTOFF)))) "pr41257.C":12:8 227 {*leasi} (nil)) pr41257.C:20:1: internal compiler error: in final_scan_insn_1, at final.cc:= 2811 0x698229 _fatal_insn(char const*, rtx_def const*, char const*, int, char const*) ../../gcc/rtl-error.cc:108 0x698252 _fatal_insn_not_found(rtx_def const*, char const*, int, char const= *) ../../gcc/rtl-error.cc:118 0xa85023 final_scan_insn_1 ../../gcc/final.cc:2811 0xa8505b final_scan_insn(rtx_insn*, _IO_FILE*, int, int, int*) ../../gcc/final.cc:2940 0xa85304 final_1 ../../gcc/final.cc:1997 0x10c6f52 x86_output_mi_thunk ../../gcc/config/i386/i386.cc:21482 0x98b867 expand_thunk(cgraph_node*, bool, bool) ../../gcc/symtab-thunks.cc:388 0x99bca6 cgraph_node::assemble_thunks_and_aliases() ../../gcc/cgraphunit.cc:1757 0x99bc61 cgraph_node::assemble_thunks_and_aliases() ../../gcc/cgraphunit.cc:1779 0x99be90 cgraph_node::expand() ../../gcc/cgraphunit.cc:1898 0x99d10f output_in_order ../../gcc/cgraphunit.cc:2142 0x99d10f symbol_table::compile() ../../gcc/cgraphunit.cc:2346 0x99fa9f symbol_table::compile() ../../gcc/cgraphunit.cc:2533 0x99fa9f symbol_table::finalize_compilation_unit() ../../gcc/cgraphunit.cc:2530=