From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id ECA7E3858C2B; Thu, 20 Jul 2023 01:14:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ECA7E3858C2B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689815691; bh=Bi0A+OtLYgA1AI97BPc3UPV7VpYv/a8g7o0q05uQTXM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rfGB3WP7jr566TGyvd9FmdCPhQDRscsbLnQYr/hYSe0K5zvlnHqcUPDtyMSZ6LO45 Va889apJlcMvqZ2tCb37HX1k2iJWU83l2utLvMInYjvXJYSg41DPOzwcz2cQu6dPYp VfwZDC1IW+oKIRWjN26Wwxo21Y4IfnD+dqmeJ9bA= 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 01:14:51 +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 #10 from Thiago Jung Bauermann --- (In reply to Lewis Hyatt from comment #9) > Thanks, sorry about that, I need to replace "unsigned long" with "size_t". > Will fix it. No problem. Thank you!=