From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 22D643882111; Tue, 2 May 2023 20:26:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 22D643882111 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683059163; bh=uaGuwfYA4PrRI08y65/B9wNYmI5RPS3FhiPFt5608tI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ebLW6G21RrkpRQhton/mJMlxLzoeCXsyafhgaoTlHpJV+OWf2jv4L+RBCHPRTBMyb 7rqkZcCKi+DEBdwMFUdxzZ7GmFqVoAseUGTOjSShhuo7gd3KcoEjXPxpNdjaeKS9xA G6E1jwfOssu0/6t30TlpxTQjpCdL7V7nlS49xnD8= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109678] [13/14 Regression] exponential time behavior on std::variant Date: Tue, 02 May 2023 20:26:02 +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: 13.0 X-Bugzilla-Keywords: compile-time-hog, memory-hog X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: jason at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.2 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=3D109678 --- Comment #3 from CVS Commits --- The releases/gcc-13 branch has been updated by Jason Merrill : https://gcc.gnu.org/g:275e059dd7542f0d45adba74de18296134ac0d15 commit r13-7279-g275e059dd7542f0d45adba74de18296134ac0d15 Author: Jason Merrill Date: Tue May 2 15:03:57 2023 -0400 Revert "c++: *this folding in constexpr call" The earlier commit wasn't fixing a known bug, so let's revert it on the branch. PR c++/109678 This reverts commit 1189c03859cefef4fc4fd44d57eb3d4d3348b562.=