On Oct 25, 2005, at 6:43 PM, Andrew Pinski wrote:
In fact the removal of the warning for comment cases was that exact
case
so ...
http://gcc.gnu.org/ml/gcc-patches/2001-04/msg00603.html
Curious, the backslash2.c testcase is now:
/* Test warnings for backslash-space-newline.
Source: Neil Booth. 6 Dec 2000. */
foo \
bar
/* { dg-warning "separated by space" "" { target *-*-* } 8 } */
/* foo \
bar */
/* { dg-bogus "separated by space" "" { target *-*-* } 12 } */
;-)
These are the cases that are uninteresting to us.