From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6A1873858004; Mon, 2 Oct 2023 13:34:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6A1873858004 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1696253681; bh=S3DW+eIN1LlsdcAORff80HR3ZO6GhSU3hwaAeGRfbl8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=uHcOmbBbvshoafbWZxDBaphD6baV6fnKCE/sspEEDo2ehhSJ0pWrMI2MhgY1rUZFe mp6dWnuWdN9c5jiosgyAZyRAXjke0bf+wAvwFhDl3wZ/XomrigubTxzt9IVF3Ik7z9 Dflp9YH1rtKP8IH3x+p9OSCWmz8exsJPf8yxLObY= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/111660] [14 Regression] Compilation of constexpr function returning enum takes exponential time with -std=c++2a Date: Mon, 02 Oct 2023 13:34:40 +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: 14.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: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D111660 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mpolacek at gcc dot gnu.or= g, | |ppalka at gcc dot gnu.org --- Comment #11 from Patrick Palka --- (In reply to Andrew Pinski from comment #8) > I suspect r14-4140-g6851e3423c2b5e introduced the compile time slowness. Confirmed.=