This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug preprocessor/8270] back-slash newline extension can't be removed
- From: "echristo at apple dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Oct 2005 00:26:06 -0000
- Subject: [Bug preprocessor/8270] back-slash newline extension can't be removed
- References: <bug-8270-4718@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #10 from echristo at apple dot com 2005-10-26 00:26 -------
int main (int argc, char * const argv[]) {
// |_____________| |______________\
if (1)
{
printf("Hello");
}
else
{
printf("There");
}
return 0;
}
Note that there's a space after the comment above.
To clarify this a bit more:
http://gcc.gnu.org/ml/gcc/2005-10/msg00819.html
Is Howard Hinnant's comment on the subject and the thread that started this.
There's a space at the end of the line that the has the comment.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8270