From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8BD4B3858D28; Wed, 7 Sep 2022 17:17:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8BD4B3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1662571056; bh=q422tlTHmHHHdo9TSdjzSPeOUE/6skWUB4/50CWZlCg=; h=From:To:Subject:Date:From; b=X+763pcPRSuz+8SES8cx+vaiz/mWGzOQ1DG5r4t939DrPaY8yWD6QoiKtteGHGTFM kf1h537ZoPZN541PJ1rMnUWXsihPkW3dQAugzX530HjcRDdilLtJybyRttMhF6AN0t XodV5wuig2IFH2kHHYPQDPV+Lz7+TGTbGgfpFKCs= From: "gscfq@t-online.de" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/106875] New: [11/12/13 Regression] ICE in ix86_emit_outlined_ms2sysv_save, at config/i386/i386.cc:8343 Date: Wed, 07 Sep 2022 17:17:35 +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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D106875 Bug ID: 106875 Summary: [11/12/13 Regression] ICE in ix86_emit_outlined_ms2sysv_save, at config/i386/i386.cc:8343 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 20211114 and 20211121, at -O0, with file g++.target/i386/pr101180.C : $ g++-13-20220904 -c pr101180.C -O0 -mabi=3Dms -fabi-version=3D3 -mcall-ms2sysv-xlogues during RTL pass: pro_and_epilogue pr101180.C: In function 'void f(T, FromT) [with T =3D A; FromT =3D i= nt]': pr101180.C:19:1: internal compiler error: in ix86_emit_outlined_ms2sysv_sav= e, at config/i386/i386.cc:8343 19 | } | ^ 0x116e58a ix86_emit_outlined_ms2sysv_save ../../gcc/config/i386/i386.cc:8343 0x1184d2c ix86_expand_prologue() ../../gcc/config/i386/i386.cc:8919 0x162266a gen_prologue() ../../gcc/config/i386/i386.md:16194 0x11749c8 target_gen_prologue ../../gcc/config/i386/i386.md:23608 0xb77279 make_prologue_seq ../../gcc/function.cc:5826 0xb77454 thread_prologue_and_epilogue_insns() ../../gcc/function.cc:6058 0xb77a32 rest_of_handle_thread_prologue_and_epilogue ../../gcc/function.cc:6549 0xb77a32 execute ../../gcc/function.cc:6625=