From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E26C03858D37; Mon, 22 May 2023 21:14:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E26C03858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684790040; bh=diFHMWGJ65ENziioYmq9AlfFxrjLvaGb5HWI7Cf6TtY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dbU29me9OsbNKnLdfQlZDcobroXxXg1ucl/+dgV7Qa/LObONfy8OF0DEIg5DqfqQc 8kMwW67cfzFVNFZxfDR5JE/9I6HBcmqlSM7dSrkxLaKRaAXgANb81gnAo2bbuCFRtX g3rNn/b52M415UtpdzLm6iepSIJ1mlX8MOwQlrxc= From: "schwab@linux-m68k.org" To: gcc-bugs@gcc.gnu.org Subject: =?UTF-8?B?W0J1ZyBjKysvMTA5OTM2XSBlcnJvcjogZXh0ZW5kZWQgY2hhcmFj?= =?UTF-8?B?dGVyIOKJoCBpcyBub3QgdmFsaWQgaW4gYW4gaWRlbnRpZmllcg==?= Date: Mon, 22 May 2023 21:14:00 +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: X-Bugzilla-Severity: normal X-Bugzilla-Who: schwab@linux-m68k.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID 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: 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=3D109936 --- Comment #10 from Andreas Schwab --- > The standard says "Each preprocessing token that is converted to a token > (5.6) shall have the lexical form of a keyword, an identifier, a literal,= or > an operator or punctuator." The argument of the macros is not converted to a token, but discarded in ph= ase 4. > =E2=89=A0 cannot be used in an identifier, and it's none of the other for= ms either. It is a valid preprocessing token ("non-whitespace character that cannot be= one of the above").=