From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B719C3858D3C; Mon, 7 Nov 2022 09:53:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B719C3858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667814795; bh=G0Q5la37v6MjrrpvJDix3K0Xo7Hsppi84KhrW0ET6Po=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dysb0HOmU/8HNdcrbDck1zbeuVrnvtcOM/ze5XtsHBR0RCZ1bKFJG13Kdb0I++CWF S77a4EsPJyGrF+hwekAf2Ad6XgEY1CG6VEsz2G7jd75wIPKJZgSqeO3RwGHMF9mbWQ FUO4SKP84syGFAJ0lQoXaGZiR/ZO2BoNMf1metjU= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/104091] -std=c++20 causing meaningless error message "'auto' not allowed in alias declaration" which should be "missing template arguments after ..." Date: Mon, 07 Nov 2022 09:53:14 +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.0 X-Bugzilla-Keywords: diagnostic 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D104091 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Theodore.Papadopoulo@inria. | |fr --- Comment #3 from Jonathan Wakely --- *** Bug 101221 has been marked as a duplicate of this bug. ***=