From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 61CDF3858D35; Mon, 2 Oct 2023 01:17:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 61CDF3858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1696209449; bh=hCDHMV9jJx8SaM62YZS6diiRlLhL6UYw552eIQemRdU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=cUctM9yW459FWelRm2FkASx6U9DrUahimiqPJ7r8KGZJOccvWJabN2aLJJjJeSfLU W+5RQUw9BTlh2bN7ivOUyp7y0B5q8/Hz3wnsSrLDAUVNrVOqQLoqF3vsh4qNmjfbmk cG7B9OKOC6UUKu85Vqo1GoLueco2F9Wos6Ican/w= From: "envia at envia dot pe.kr" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/111660] Compilation of constexpr function returning enum takes exponential time with -std=c++2a Date: Mon, 02 Oct 2023 01:17:29 +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: X-Bugzilla-Severity: normal X-Bugzilla-Who: envia at envia dot pe.kr X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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 --- Comment #2 from Hwang Joonhyung --- Created attachment 56026 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D56026&action=3Dedit It took 70 seconds.=