public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/84583] -fdirectives-only does not handle CRLF properly
       [not found] <bug-84583-4@http.gcc.gnu.org/bugzilla/>
@ 2021-07-29  7:04 ` boris at kolpackov dot net
  2023-01-24  8:52 ` [Bug preprocessor/84583] " boris at kolpackov dot net
  1 sibling, 0 replies; 2+ messages in thread
From: boris at kolpackov dot net @ 2021-07-29  7:04 UTC (permalink / raw)
  To: gcc-bugs

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

Boris Kolpackov <boris at kolpackov dot net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|preprocessor                |c++
            Version|7.2.0                       |10.2.0

--- Comment #1 from Boris Kolpackov <boris at kolpackov dot net> ---
Still being bitten by this with GCC 10.2. Any translation unit that uses a line
continuation in a string literal triggers this bug. A typical example:

char copyright[] =
"@(#) Copyright (c) 1990 The Regents of the University of California.\n\
 All rights reserved.\n";

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

* [Bug preprocessor/84583] -fdirectives-only does not handle CRLF properly
       [not found] <bug-84583-4@http.gcc.gnu.org/bugzilla/>
  2021-07-29  7:04 ` [Bug c++/84583] -fdirectives-only does not handle CRLF properly boris at kolpackov dot net
@ 2023-01-24  8:52 ` boris at kolpackov dot net
  1 sibling, 0 replies; 2+ messages in thread
From: boris at kolpackov dot net @ 2023-01-24  8:52 UTC (permalink / raw)
  To: gcc-bugs

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

Boris Kolpackov <boris at kolpackov dot net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|10.2.0                      |12.2.0

--- Comment #2 from Boris Kolpackov <boris at kolpackov dot net> ---
Still present in GCC 12.2.0. Just hit it with SQLite 3.39.4 source code
(shell.c):

shell.exe.o.i:165900:40: error: unterminated string literal

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

end of thread, other threads:[~2023-01-24  8:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-84583-4@http.gcc.gnu.org/bugzilla/>
2021-07-29  7:04 ` [Bug c++/84583] -fdirectives-only does not handle CRLF properly boris at kolpackov dot net
2023-01-24  8:52 ` [Bug preprocessor/84583] " boris at kolpackov dot net

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).