Tighten condition in vect/pr85586.c (PR 85654)
[official-gcc.git] / gcc / testsuite / gcc.dg / cpp / backslash2.c
blob5c10e868107e93f240c6d181f515aed523f7a51d
1 /* Copyright (C) 2000 Free Software Foundation, Inc. */
3 /* { dg-do preprocess } */
5 /* Test warnings for backslash-space-newline.
6 Source: Neil Booth. 6 Dec 2000. */
8 foo \
9 bar
10 /* { dg-warning "separated by space" "" { target *-*-* } .-2 } */
12 /* foo \
13 bar */
14 /* { dg-bogus "separated by space" "" { target *-*-* } .-2 } */