From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 955713857711; Sat, 29 Apr 2023 15:02:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 955713857711 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1682780575; bh=4J7kzvGvQFLA0fl++azPDazsGqL6Q0VrdRmogO+VEBQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HH5WiyWAGt8WWaEIRaGjtZAuf2Gvmi+atRk5tsaPbUEZbhhb6G/oO73CQiIpckDeQ uekOt5JZ6l1LCvBAc+DnvMoBLAnp7QiRR+PJW+cSf80kP1Yja/Scjf3/qEzuSZ+biA thdPR43+9OPom42pmWtYfhTjfiDDHOKXH9C+8CKQ= From: "ppalka 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: Sat, 29 Apr 2023 15:02:54 +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 X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka 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: 13.2 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_reconfirmed_on target_milestone bug_status cc cf_known_to_work short_desc keywords 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=3D109678 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2023-04-29 Target Milestone|--- |13.2 Status|UNCONFIRMED |NEW CC| |ppalka at gcc dot gnu.org Known to work| |12.2.0 Summary|exponential time behavior |[13/14 Regression] |on std::variant |exponential time behavior | |on std::variant Keywords| |compile-time-hog Ever confirmed|0 |1 --- Comment #1 from Patrick Palka --- Confirmed, started with r13-749-g1189c03859cefe.=