From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8AAC239B1BC5; Thu, 6 Jun 2024 21:04:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8AAC239B1BC5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1717707862; bh=vcpUPvgi+feqEeYMZJ7IDG0aqhzxQwqro5dTcZzWCtE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=sualhDF9lM/+0oDB2L6JwZQ7YirGPo3O8vPtQ8PD8kMJAa9OiU4l6K1NM3b6fiyC3 dsM4rEUx1yAB83hZ8c4v4d7k+0INsjhXHIRcgs7BXWaMFl81dqv1VPaqwif5FiFiox 4Xqsk9mmaeP1TwxZcNdAjTR0y5CSJIHUB6kAhNx0= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/115377] [11/12/13/14/15 Regression] Invalid typename with non nested-name-specifier accepted in specific contexts Date: Thu, 06 Jun 2024 21:04:22 +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: 15.0 X-Bugzilla-Keywords: accepts-invalid X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_work target_milestone cf_reconfirmed_on bug_status short_desc cf_known_to_fail everconfirmed 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=3D115377 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |4.8.5, 4.9.4 Target Milestone|--- |11.5 Last reconfirmed| |2024-06-06 Status|UNCONFIRMED |NEW Summary|Invalid typename with non |[11/12/13/14/15 Regression] |nested-name-specifier |Invalid typename with non |accepted in specific |nested-name-specifier |contexts |accepted in specific | |contexts Known to fail| |5.1.0 Ever confirmed|0 |1 --- Comment #2 from Andrew Pinski --- Confirmed.=