From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4AC793858422; Mon, 14 Aug 2023 18:21:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4AC793858422 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1692037303; bh=p2NktaWWqaZhGy5ExgsnHi0wtg16WjihQpsT6+NvV8s=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hGh4cjCMiwP/R3IKX3V58sjX4hw8jIrolvigJmcRJQtH0dIDGAB88AIeTziUTTYN4 XNSmWGzFQ59aZ7hN3pgx+8i8w9NX5XfDsepjKDBeP9r5Axx6gH8DsqgHZxTCpK/xkE l89js6lC5rHlJC/zDDeucAxiMZQTPxS+ecczfe5A= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/110127] -fimplicit-constexpr leads to extremely slow and memory intensive compilation Date: Mon, 14 Aug 2023 18:21:42 +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.1.0 X-Bugzilla-Keywords: compile-time-hog X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution target_milestone bug_status 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=3D110127 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Target Milestone|--- |13.3 Status|NEW |RESOLVED --- Comment #3 from Patrick Palka --- Fixed for GCC 13.3 after the backport r13-7713-gd3088f0ed25fe7.=