From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0F3933858D38; Fri, 30 Sep 2022 19:31:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0F3933858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664566283; bh=pOguzmYuIJp/u54mB1JDFF2U6PHfnZx6VmAc6vJJzAY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RUQ6tnrpQEFM8uUtQmKDxE+mZP4vZj8CIh7orVTixprRTU6om/3gRznfesHgzOH1L rUiysZgykP3/2iJXCvI5LlUPtyPTfn9gDa6UsJZ13EeyddPFqbJTIW8VhXOuC612p0 4sXkBpJCcyJGJfZ9ACD+uHjTBxheoLcoluvLRPy8= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107105] Consider folding `__and_`, `__or_`, and `__not_` at the front-end level Date: Fri, 30 Sep 2022 19:31:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: WAITING 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: bug_status cf_reconfirmed_on everconfirmed 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=3D107105 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING Last reconfirmed| |2022-09-30 Ever confirmed|0 |1 --- Comment #1 from Jonathan Wakely --- You didn't set the Version field, so I don't know what GCC version your res= ults are from. I assume you're not using GCC trunk and don't have this patch: commit g:390f94eee1ae694901f896ac45bfb148f8126baa Author: Patrick Palka Date: Fri Aug 26 20:10:57 2022 libstdc++: Optimize std::con/disjunction, __and_/__or_, etc=