From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 54C953858C2D; Mon, 11 Sep 2023 20:03:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 54C953858C2D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1694462624; bh=5dQxYTjTw2XLqgcjIQTLYpl8F9Tui8B3GuSl94h9VV0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=FIbm6D1I4/tuARHLhHMsvzMe8jw0nTOKa4vM+RtIsGwuTeQFScQpso3bHswN8cyIJ 4k7F7paaI5vAuohrQuUpgCbUyQfFtGg0D6ntWTDPQeKe4QMcP7zVu5RZl/5aQ7j2un ZsDhD+ITk9ywEQDBTBiYxHxsnzT/IHjKdH6IPwI4= From: "jason at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/106310] [11/12/13 Regression] lookup after this-> seems wrong for dependent lookup since r12-6754-g30f2c22def739211 Date: Mon, 11 Sep 2023 20:03:42 +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.1.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: jason at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jason at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status short_desc target_milestone resolution 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=3D106310 Jason Merrill changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |ASSIGNED Summary|[12/13 Regression] lookup |[11/12/13 Regression] |after this-> seems wrong |lookup after this-> seems |for dependent lookup since |wrong for dependent lookup |r12-6754-g30f2c22def739211 |since | |r12-6754-g30f2c22def739211 Target Milestone|12.4 |11.5 Resolution|FIXED |--- --- Comment #16 from Jason Merrill --- Reopening as 11 regression.=