From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CED343858CDA; Tue, 24 Oct 2023 00:47:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CED343858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698108434; bh=pofKGnzyYup3G/CMTclAPHl6uySF23r/S+ea65yq0to=; h=From:To:Subject:Date:In-Reply-To:References:From; b=NUQluEwqoG/3xs2r9eLEi8SZJ88VEphrCGVyDITH8AY/2FKAWlA1inhn64kfyuAFX tnolAcg9nP9HaquGzT6f0uG8K7hcAlI4V3lIOYJNy1ZrE70vnGDU0D9ymSHynB8Geg lixLnO8NqAA61OwBCQW4t4ahVX0+1PcGJhSGWxl4= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/105322] [modules] ICE with constexpr object of local class type from another function Date: Tue, 24 Oct 2023 00:47:11 +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: 12.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ppalka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone 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=3D105322 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|13.3 |14.0 --- Comment #7 from Patrick Palka --- Fixed for GCC 14=