From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C52D03858C31; Thu, 4 May 2023 05:00:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C52D03858C31 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683176421; bh=Yx27Vd+sYkCkE74M8fl2X738JTgc/NmMeBBvuh8+jQI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=H8F8A7ZQ/+Vbqr3SjRrZWixBkL8UhAxa3jN/Ra9IUwvG+nPOAO0rWjF4UwefluZl8 qroZV3fV324lODiRtbobApkVF8dv+L+e6ML2rONKr3kc5f+Ox0ChbB+WGnHRq/s5Lo uEjcpp03yi4L4QIDKvxE6TwKWVe21UcjtCRxgSGg= From: "quentin.sabah at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109678] [13/14 Regression] exponential time behavior on std::variant Date: Thu, 04 May 2023 05:00:21 +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: quentin.sabah at gmail dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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 #7 from Quentin Sabah --- @jason Thanks for the fix!=