From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A82BA3985809; Thu, 3 Sep 2020 15:38:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A82BA3985809 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1599147529; bh=GmpQYvptXJKMxdOqQ26531PgyED92yvQu3lvkUM1/uc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gl0d8yEYJP9/TZTHWmKh0CfsQvJDIFqT1sY6K6mFALjxEm+2T0KNDdgy9DvKsFmLr 6XosOUgNGCRTwceTHHn9RyCMpoRpaLQ3Dm+cynY+cLe5VcPgtBXN++cE9uaoyuza2a DdxMmEFtmGjTn6PLLgtVyOC2cScXOl+lg+twuALs= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/96592] [10 Regression] Tuple element w/ member reference to incomplete template type rejected Date: Thu, 03 Sep 2020 15:38:49 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 10.2.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Sep 2020 15:38:49 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96592 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[10/11 Regression] Tuple |[10 Regression] Tuple |element w/ member reference |element w/ member reference |to incomplete template type |to incomplete template type |rejected |rejected --- Comment #5 from Jonathan Wakely --- I've committed a fix to master which makes NO SENSE, but seems to work. I'll try to figure out what the compiler is confused about and file a bug f= or that.=