From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D9D013857023; Fri, 9 Jun 2023 08:49:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D9D013857023 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1686300579; bh=0h0sctNVOqs7QSqUhq5Oi0PLJpGdkrbyUHeeLPyr+jI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=DDmFJZSXaJka1A9aa66DYoaX9lQDxfnbt81jDPqjIyRG2dxU+aH8RFaxjcSUtReLW 51E9BXg7Uo87xc/suU1EduzVuoVmxfnDXBNkC8MjB0iCXpOhFFFtepOpvqPS9GSRIz 2qEfEMcv8ip/1qwlnsOfkFiym7Ff5jpJDY5OTFIY= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/106907] gcc/config/rs6000/rs6000.cc:23155: strange expression ? Date: Fri, 09 Jun 2023 08:49: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: 12.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D106907 --- Comment #7 from CVS Commits --- The releases/gcc-12 branch has been updated by jeevitha : https://gcc.gnu.org/g:3b09a5453114fee10b0f0984793ce968503dbea7 commit r12-9689-g3b09a5453114fee10b0f0984793ce968503dbea7 Author: Jeevitha Palanisamy Date: Tue Jun 6 06:19:02 2023 -0500 rs6000: Remove duplicate expression [PR106907] PR106907 has few warnings spotted from cppcheck. In that addressing duplicate expression issue here. Here the same expression is used twice in logical AND(&&) operation which result in same result so removing that. 2023-06-06 Jeevitha Palanisamy gcc/ PR target/106907 * config/rs6000/rs6000.cc (vec_const_128bit_to_bytes): Remove duplicate expression. (cherry picked from commit c4deccd44655c5d748dfed200a37f2b678c32fe8)=