From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9AF933857702; Tue, 11 Jul 2023 13:23:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9AF933857702 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689081818; bh=tol1IY/5OIqmEZ1dUmSjmPPnNZ/AEHXykMvzYlGMGp8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=yTKtaZ7kYN1/U42xrQWzH0EaYNmKlH7oWd5FxCVB5c/10c0BrcyfJ3b5+8zRQ3shw sAlp1wq3ifnxitYQH+worQaeiyy4KlMn4JxJVsMkTxg4u4IVqaIcSh7dcw5dBFLiTv iJ6z5SGWD1a7y0T/i/5IMLi4tKIzrTNskzC3eSH4= From: "crazylht at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/110170] Sub-optimal conditional jumps in conditional-swap with floating point Date: Tue, 11 Jul 2023 13:23:38 +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: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: crazylht at gmail dot com X-Bugzilla-Status: NEW 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D110170 --- Comment #14 from Hongtao.liu --- (In reply to Antony Polukhin from comment #13) > There's a typo at > https://gcc.gnu.org/git/?p=3Dgcc.git;a=3Dblob;f=3Dgcc/testsuite/g%2B%2B.t= arget/ > i386/pr110170.C;h=3De638b12a5ee2264ecef77acca86432a9f24b103b; > hb=3Dd41a57c46df6f8f7dae0c0a8b349e734806a837b#l87 >=20 > It should be `|| !test3() || !test3r()` rather than `|| !test3() || > !test4r()` Yes, thanks for the reminder.=