From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0D36D3857351; Thu, 29 Sep 2022 21:05:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0D36D3857351 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664485516; bh=itwpEXkVD/t6NDmOcOebL8WfHd2Fdbrojz7lxPUQTV8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=pFiEsOwrk5zlODg8HrL62pl0zbsnbWz5rm+2O4wjVSkDkxf0plFqSAQLiyv8w3QIo mWwZnsM77084eFjFH13aONhpKYG2/dr82+a0YIJCEmWYkW2jwnD2XnwWI2vKTSdMYB QDvISfe65Jv5cYF3QqJJX2/77CWYWk3RAfcY0rsU= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/100616] [modules] ICE when a variable of class taking a non-type template argument is defined both inside and outside the module Date: Thu, 29 Sep 2022 21:05: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.1.1 X-Bugzilla-Keywords: 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.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution target_milestone cc 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=3D100616 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Target Milestone|--- |13.0 CC| |ppalka at gcc dot gnu.org Status|UNCONFIRMED |RESOLVED --- Comment #4 from Patrick Palka --- Fixed=