From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A6CCE3858299; Thu, 22 Sep 2022 12:56:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A6CCE3858299 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663851393; bh=PHqaR7NBcqrMxXb3kyREM9V9dfJFepscT+9o3Wi1Bog=; h=From:To:Subject:Date:In-Reply-To:References:From; b=o7AmWBwxxzTcZn40FflmRbgVutSZQwDnHRkV+2mSCi0TgzZmkYhKxpj/3jKTGpma/ L3MmVrWs5NhlzmSAk7ZQwg/I3ybVgy/Wz0x0U5XUKSYms9V2/LPozrOhgFM8PjFABn bVTv3s6M4uF6C7xQYPyDvPmxyS5mYIKKsSJeH0VU= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/106826] [13 Regression] [modules] Variable template of type trait via importable header gives wrong result Date: Thu, 22 Sep 2022 12:56:33 +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.0 X-Bugzilla-Keywords: rejects-valid 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: ppalka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D106826 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #5 from Patrick Palka --- Fixed.=