diff options
author | Zack Weinberg <zack@gcc.gnu.org> | 2000-04-01 22:45:01 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2000-04-01 22:45:01 +0000 |
commit | 9f47f030f5a96a83863009b0f7f4e313695bb156 (patch) | |
tree | 1b9a3ac66c9d6ab0778e3cd008b400fbdc504c2c /gcc | |
parent | 46d0749798b85a9f8707d6fef1e744dc07c1e3fb (diff) | |
download | gcc-9f47f030f5a96a83863009b0f7f4e313695bb156.zip gcc-9f47f030f5a96a83863009b0f7f4e313695bb156.tar.gz gcc-9f47f030f5a96a83863009b0f7f4e313695bb156.tar.bz2 |
Add dg-do tag
From-SVN: r32859
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/gcc.dg/cpp-ifparen.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp-ifparen.c b/gcc/testsuite/gcc.dg/cpp-ifparen.c index 39e112e..b1c8ed3 100644 --- a/gcc/testsuite/gcc.dg/cpp-ifparen.c +++ b/gcc/testsuite/gcc.dg/cpp-ifparen.c @@ -1,3 +1,5 @@ +/* { dg-do preprocess } */ + #if 2048 < (16 * (40) + 192) #error /* { dg-bogus "error" "with paren" } */ #endif |