From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AB200385840A; Sun, 31 Mar 2024 23:07:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AB200385840A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1711926458; bh=OE1x9RrrdXklE0AAGvIUScq+SmADGnpKq+pzltJ+3R0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xL8U5rCAt4W0iRVw4MgMQEpU+htqrP90nqxZAfbSeQznS+kaLlFEb9xjh9um4gdkY 8lVs/903qZpk55sUlOi/l2+ayfByyqJf9UJlmvgYcYLxQ25Zlel3UulROCpsGcgo25 uWI2YXwGr4i14sCQQLa83QKs+Gs1IEWJdzC0g9jQ= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/39165] redundant simplify_cond in genattrtab.c Date: Sun, 31 Mar 2024 23:07:37 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 4.3.3 X-Bugzilla-Keywords: internal-improvement X-Bugzilla-Severity: enhancement X-Bugzilla-Who: pinskia at gcc dot gnu.org 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: everconfirmed component cf_reconfirmed_on bug_status 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=3D39165 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Component|rtl-optimization |middle-end Last reconfirmed| |2024-03-31 Status|UNCONFIRMED |NEW --- Comment #2 from Andrew Pinski --- Confirmed. This looks like it is still true. Though I am not sure how much = this will buy us in a bootstrap; less than a second for sure.=