public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/105207] New: C preprocessor: splicing physical source lines to form logical source lines may not work
@ 2022-04-09 21:49 pavel.morozkin at gmail dot com
  2022-04-09 21:58 ` [Bug c/105207] " pavel.morozkin at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: pavel.morozkin at gmail dot com @ 2022-04-09 21:49 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105207

            Bug ID: 105207
           Summary: C preprocessor: splicing physical source lines to form
                    logical source lines may not work
           Product: gcc
           Version: 11.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: pavel.morozkin at gmail dot com
  Target Milestone: ---

Sample code:
xxx \
#error

Invocation:
$ gcc t6.c -E

Actual output:
xxx
 #error

Expected output:
xxx #error

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-12-10  7:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-09 21:49 [Bug c/105207] New: C preprocessor: splicing physical source lines to form logical source lines may not work pavel.morozkin at gmail dot com
2022-04-09 21:58 ` [Bug c/105207] " pavel.morozkin at gmail dot com
2022-04-09 22:22 ` [Bug c/105207] Translation phase 2: " pavel.morozkin at gmail dot com
2022-04-10  0:15 ` [Bug preprocessor/105207] " pinskia at gcc dot gnu.org
2022-04-11 22:16 ` pavel.morozkin at gmail dot com
2022-12-10  7:18 ` pinskia at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).