From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 469773858C60; Mon, 26 Jun 2023 06:43:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 469773858C60 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1687761803; bh=nHn3p3lrhuRTlaBgUgkMcX85DS2mn5vpVcu/B5fkk0Q=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VLng5/QoJW1iKZWhkZhyW4Uyht82JvjVHoNQnP2t+Ea9kB68X0pxlD+Yt6HErklB0 dew3SY/H2MR/RXOre5RnXzIbOZNaxE1Ga57r77njdbGJrDSN6hFYBq6aIgic8ujDaS DiMY5TIscY1I/VigAIXyXIONNmjJrhEcy+yWhhiQ= From: "b.buschinski at googlemail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/105740] missed optimization switch transformation for conditions with duplicate conditions Date: Mon, 26 Jun 2023 06:43:21 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 12.1.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: b.buschinski at googlemail 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=3D105740 --- Comment #12 from Bernd Buschinski = --- Hi, according to godbolt (gcc trunk) this is still present. is there anything I can do to help here?=