This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug preprocessor/24531] preprocessor eats whitespace at end of line
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Oct 2005 22:01:23 -0000
- Subject: [Bug preprocessor/24531] preprocessor eats whitespace at end of line
- References: <bug-24531-227@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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