This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug preprocessor/24531] preprocessor eats whitespace at end of line



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]