From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 08DE0383E815; Tue, 26 May 2020 16:21:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 08DE0383E815 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1590510083; bh=RTSmloEGvp1S/opPM0TUz98WavfezcGxD8uPA13jp7M=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HPQxiifmt/2428vlvPUWGNWsTUwfsvhirglB2F3AdNTzd5n8uAHbUx2TaI1uDNe1+ P4XBPQe9jiUIyzZo3AH9sT/jU1IaTRCTY4LKZbk/iryjGFeAxx+eAUm6G8yzyVqNdH a1XlasplEret+Jf9C08XdaniPGl5FuI6kz+tG8Y0= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/66159] bogus warning for alias-declaration using elaborated-type-specifier Date: Tue, 26 May 2020 16:21: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: 5.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: redi at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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: Tue, 26 May 2020 16:21:23 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D66159 --- Comment #6 from Jonathan Wakely --- Hmm, my patch doesn't actually fix the bogus warning, it just makes it poss= ible to disable it. A front end wizard will need to fix the real bug.=