From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D86BC3858C53; Thu, 3 Nov 2022 10:21:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D86BC3858C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667470891; bh=N12DEmzko8ifZJrw5gUcuwbEccgKANvZq4HQ+g/81KA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PpvDoKvL982ql5uplJGVXl5D2Oa6IxOKuIs1Fn1Y1kheaZptsjEPb9TJlVzD1Ut6h tFrqBdktEJP6xHL+KroNBybnQEECA/NO9TGmxKN7E/BpilmW80IaayEsjBLjwFLGk+ Ql0xX3ZVEPItEAb8yUFhhfQYlz3/jJTGNknabL0Y= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/107510] gcc/config/gcn/gcn.cc:4930:9: style: Same expression on both sides of '||'. [duplicateExpression] Date: Thu, 03 Nov 2022 10:21:31 +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: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ams 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=3D107510 --- Comment #3 from CVS Commits --- The master branch has been updated by Andrew Stubbs : https://gcc.gnu.org/g:f95e4eced20666a981881f76d66d997922648687 commit r13-3622-gf95e4eced20666a981881f76d66d997922648687 Author: Andrew Stubbs Date: Thu Nov 3 09:55:41 2022 +0000 amdgcn: Fix duplicate conditionals [PR107510] Just a harmless cut-and-paste issue. PR target/107510 gcc/ChangeLog: * config/gcn/gcn.cc (gcn_expand_reduc_scalar): Remove duplicate UNSPEC_SMIN_DPP_SHR conditionals.=