Commit b5d72eda by Alexandre Oliva Committed by Alexandre Oliva

* gcc.dg/cpp/separate-1.c: New test.

From-SVN: r70147
parent 4e87a651
2003-08-04 Alexandre Oliva <aoliva@redhat.com>
* gcc.dg/cpp/separate-1.c: New test.
2003-08-03 Nathan Sidwell <nathan@codesourcery.com> 2003-08-03 Nathan Sidwell <nathan@codesourcery.com>
PR c++/11704 PR c++/11704
......
/* Copyright 2003 Free Software Foundation. */
/* { dg-do compile } */
/* { dg-options "-save-temps" } */
/* Make sure we report errors in the right line, even if separate
preprocessing is used. */
#define FOO()
int FOO(
), bar; /* { dg-error "(parse|syntax) error" "error on this line" } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment