From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 538BB3858D1E; Sat, 24 Dec 2022 23:33:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 538BB3858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671924836; bh=GwZ5adeXAM9qy5SI9Xnw9gpAeqaut01QTrF4Tdkgm0o=; h=From:To:Subject:Date:In-Reply-To:References:From; b=V8TPaONC79dw1Su3gS43bDM4XYBgzOj6eQCW57oWiV3xeOCELnlKPOiKQd9z1Z6ve o0feaS9ofpoMs2wwwy1FJqnr7pNapGoheekCrP/AuJe1hj3thnFiXr6hqL1B242Dnn zSXbv7eoDLkKtB9t1aOwo3foBEK6lzopQVybAFiQ= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/108219] [12/13 Regression] requirement fails on a valid expression Date: Sat, 24 Dec 2022 23:33:56 +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: 12.2.1 X-Bugzilla-Keywords: needs-bisection, rejects-valid X-Bugzilla-Severity: normal 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: 12.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_work cf_reconfirmed_on target_milestone keywords everconfirmed short_desc cf_known_to_fail 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=3D108219 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |11.3.0 Last reconfirmed| |2022-12-24 Target Milestone|--- |12.3 Keywords| |needs-bisection, | |rejects-valid Ever confirmed|0 |1 Summary|requirement fails on a |[12/13 Regression] |valid expression |requirement fails on a | |valid expression Known to fail| |12.1.0 Status|UNCONFIRMED |NEW --- Comment #1 from Andrew Pinski --- Confirmed.=