gcc backslash with spaces after line wrap.

2006-12-30 Thread Sergei Trofimovich
Hello, debian GCC maintainers. I've recently discovered strange gcc behavior: Summary: string ' // comment \ ' in C code performs line wrap. In the attached file (forgive me for archive. i'm afraid my mailer would eaten needed spaces) source and make: $ make test cc main.c -o show_bug ./

Re: gcc backslash with spaces after line wrap.

2006-12-11 Thread Falk Hueffner
Sergei Trofimovich <[EMAIL PROTECTED]> writes: > Hello, debian GCC maintainers. > I've recently discovered strange gcc behavior: > Summary: > string ' // comment \ ' in C code performs line wrap. > > Is it bug or feature? It's a feature. You get a warning about this with -Wall. --

gcc backslash with spaces after line wrap.

2006-12-11 Thread Sergei Trofimovich
Hello, debian GCC maintainers. I've recently discovered strange gcc behavior: Summary: string ' // comment \ ' in C code performs line wrap. In the attached file (forgive me for archive. i'm afraid my mailer would eaten needed spaces) source and make: $ make test cc main.c -o show_bug ./