From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AF9783858C2C; Thu, 24 Aug 2023 06:53:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AF9783858C2C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1692860039; bh=PcQ3aWGCzc7d01UZYEJrujM97/+h1iqMJwwMapRhuj8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=U5qKmiellSjP5IT6/ZL+YCTaGaUfua+MfbqWpSRq4lTidS+mj0snoBZrJnycHA4GS bDnTfhj/NvtvtDuuEgCt6+ggN0e/if+B0jv/tpVSnO3Nf0qmh3qppkBuSPkFOLYrkP 1PExc+0sWAu3uIO3KvG4fR/Kz3mQcJ1EXO2m1tr8= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/19987] [meta-bug] fold missing optimizations in general Date: Thu, 24 Aug 2023 06:53:59 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: dep_changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 4.0.0 X-Bugzilla-Keywords: meta-bug, missed-optimization X-Bugzilla-Severity: enhancement X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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=3D19987 Bug 19987 depends on bug 95929, which changed state. Bug 95929 Summary: Failure to optimize tautological comparisons of comparis= ons to a single one https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95929 What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED=