------- Comment #8 from pinskia at gcc dot gnu dot org 2005-10-25 22:01 ------- Documented behavior: http://gcc.gnu.org/onlinedocs/cpp/Initial-processing.html
If there is white space between a backslash and the end of a line, that is still a continued line. However, as this is usually the result of an editing mistake, and many compilers will not accept it as a continued line, GCC will warn you about it. So this is not a bug. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |WONTFIX http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24531