URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [multiline-2.c] - Rev 12
Compare with Previous | Blame | View Log
/* Copyright (C) 2000, 2003 Free Software Foundation, Inc. */ /* { dg-do compile } */ /* Test that multi-line tokens are rejected by the compiler. Source: Neil Booth. */ const char *p = "line 1 " ""; /* The compiler front end sees this. */ /* { dg-error "missing term" "multiline strings" { target *-*-* } 8 } */ /* { dg-error "missing term" "multiline strings" { target *-*-* } 9 } */