From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 04BB43857C7D; Mon, 10 Aug 2020 09:32:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 04BB43857C7D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1597051960; bh=RMBO12ikrNdk/qmmF7zzGFx8OFp1MD4sRoel4WT2a/8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=w+Fzdw/gSrQ/tue/4mc18YP5mGTkelVxu2nIr1fMKfj1oLjoMh0j5jDM00P3YxJUS pV4lOKPOB1Yk+bYi9TBsi2ALcDa+JLsOzAhguduL9iKWn8INx4wjKlIK7LuaTzV2hd a9Jc5wsYis7dbhV+usXlmGCJaWkRwj2wB74YZxuo= From: "crazylht at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/96536] -fcf-protection code in i386.md:restore_stack_nonlocal uses invalid compare-and-jump rtl Date: Mon, 10 Aug 2020 09:32:39 +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: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: crazylht at gmail dot com 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: 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 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: Mon, 10 Aug 2020 09:32:40 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96536 --- Comment #3 from Hongtao.liu --- (In reply to Uro=C5=A1 Bizjak from comment #2) > (In reply to Hongtao.liu from comment #1) > > I'm testing patch like >=20 > You can probably use gen_sub2_insn here. >=20 > On a related note, "@" prefix can be used for rdssp, so one can pass mode= to > an expander. This would eliminate e.g. "(word_mode =3D=3D SImode) ? gen_r= dsspsi > (reg_ssp) : gen_rdsspdi (reg_ssp)" constructs with just one call to the > expander. Yes, thanks for pointing out.=