From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CDD793858025; Thu, 20 Jul 2023 16:24:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CDD793858025 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689870299; bh=RjnyBbpcegAQo9fd5OjYVujs/F4jbciRV0DmlQ1HBkw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Y5UVuRcyaZZhWcmiYAYWjZMB1aKERefWXdWZgTqxr7UetIlUlsRdQ+29tXIZw/pF7 1xp3z5d4epiZlDLGuFf7toQyAomPRqyvE8QPwgPWkZVmxU5oefGlpXvQXZqW/syRtk Bra5d6jXCW7k7MTidrbieyFFyiGtrTAnAII71w6c= From: "thiago.bauermann at linaro dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug preprocessor/103902] GCC requires a space between string-literal and identifier in a literal-operator-id where the identifier is not in basic character set Date: Thu, 20 Jul 2023 16:24:59 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: preprocessor X-Bugzilla-Version: 11.2.1 X-Bugzilla-Keywords: patch, rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: thiago.bauermann at linaro dot org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: lhyatt at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D103902 --- Comment #12 from Thiago Jung Bauermann --- I confirmed that this fixed the failures I was seeing. Thanks again!=