From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C0F513858C53; Tue, 14 Feb 2023 18:01:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C0F513858C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1676397667; bh=9AOUmc3tsyhLjezIGJjgvl8Uq6JxOpLAdw2f51abszM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=nNviJja4XigGdepCbkd0VkQeUJtdpwl7p9sie4/QAPoSyX2o+lLhSaDcRDVpyBhfI wn7X+UJqo4XI2+E2l9uuyqMBTmbTk+Yk7Myxu5is0NXCbtSBjFUP+GlFzFdCvsUA3O VuVIrLzTK+NP/u9P1qmb2eLKIOKE1qLcKReMRL8w= From: "franke at computer dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/108673] ICE with -fstack-clash-protection and noreturn attribute on x86_64-w64-mingw32 Date: Tue, 14 Feb 2023 18:01:07 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: franke at computer dot org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE 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=3D108673 --- Comment #4 from Christian Franke --- I get similar results with x86_64-pc-cygwin-gcc (aka gcc) 11.3.0 and x86_64-w64-mingw32-gcc 11.3.0, both from current Cygwin distro and with x86_64-w64-mingw32-gcc (aka gcc) 12.2.0 from current MSYS2 distro.=