From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 62E9E3858C60; Fri, 15 Sep 2023 09:28:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 62E9E3858C60 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1694770132; bh=l+DifxXNkvWwsoYaYFyMqG91vhN+2vkpsNi5YdHE9gk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hQiTYNd04vF3kSSKIyynwsjDAIYfCJQhAzZlkXZ4QtZT7amUfnuy3FA5mq4p1HZPA 9yylI50qb3a46K1ronMlOQXSBodA17FzYe9aLHwclyWBa/AUuzGICPkqoJHgHQ0WEZ duJGUdxM08kXK32dVmne6FwqGOMsWh9/DvU2jf88= From: "Martin.Jansa at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/111411] [14 regression] ICE when building opus-1.4, unrecognizable insn with -fstack-protector-strong Date: Fri, 15 Sep 2023 09:28:47 +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: 14.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: Martin.Jansa at gmail dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: rsandifo at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 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=3D111411 --- Comment #11 from Martin Jansa --- I can confirm https://gcc.gnu.org/g:2d38f45bcca62ca0c7afef4b579f82c5c2a01610 fixes the other reproducer from https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D111418 as well. Thank you for quick fix.=