From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 019F33857C5A; Wed, 6 Mar 2024 20:16:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 019F33857C5A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709756178; bh=Jgd4C0YDQivh/wFDlGSCRnvBe+ckqkuhMKZoO8gM8X4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=FVqnqXkqRxEKyhBc+Z70c7X7bwraK7yWBL/E3W3gQ4IsaU0zFPc0PQjP5UFlWkgqU /fpSDh4zc27XbrjEecR6eSsJREinnIuvq/oJzSiPb2UrUr1FJuOOVNdt0U7blXp+np +KQSpKrj3Vqp1NDSAyNSR3L0CCF/LE4ndV5h20BE= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/100135] [modules] ICE when using constants in a module Date: Wed, 06 Mar 2024 20:16:15 +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: 11.0 X-Bugzilla-Keywords: ice-on-valid-code 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: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone see_also cc resolution 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=3D100135 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |14.0 See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D99232 CC| |ppalka at gcc dot gnu.org Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #3 from Patrick Palka --- GCC 14 accepts this since the fix for PR99232.=