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";