From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 55A4E3858D33; Tue, 28 Feb 2023 11:50:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 55A4E3858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677585043; bh=R0iaklnAUXOa+Lmkgx0VCrbXEDuc+4wcAY7IcBSO9IQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=s7IIq/hAL4msT03/UX37wbJq6dWDxwxcCStrqSusL5QCR8sBSSAPxuWMjXHe7OQb9 MaABD56l1GeZ/TEvvdGTzm7jaYxK427kucuPsbXlmpuhiLNYn47LUsd97dHfiwAXl3 K6EqtHt8j/MGlXCJOvZGEtk6zC05CKHytzufm8oU= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/108965] g++: unable to parse c11 _Generics Date: Tue, 28 Feb 2023 11:50: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: 11.3.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: pinskia at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D108965 --- Comment #5 from Jonathan Wakely --- (In reply to Christopher Friedt from comment #3) > All you need to do is look at the example above pulled directly from > cppreference.com, but please simply gaslight the user if that's an easier > path to resolution for you. WTF? How am I gaslighting you? Your example is from cppreference.com/w/c/ which is the **C** reference. Lo= ok at the breadcrumb thingy at the top of the page: "C / C language / Expressions" The C++ references are under cppreference.com/w/cpp/ instead of /w/c/ Go to https://en.cppreference.com/w/Main_Page and check that it has both C++ and C references on that site, with different URLs.=