summaryrefslogtreecommitdiff
path: root/gcc/testsuite
diff options
context:
space:
mode:
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2000-04-01 22:45:01 +0000
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2000-04-01 22:45:01 +0000
commitac05f7dcfbb95b2ae0f8082f424c9adfada4baed (patch)
tree1b9a3ac66c9d6ab0778e3cd008b400fbdc504c2c /gcc/testsuite
parent732cb4c9db533e6224e62f0333aa72ec662b1643 (diff)
downloadgcc-ac05f7dcfbb95b2ae0f8082f424c9adfada4baed.tar.gz
Add dg-do tag
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32859 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite')
-rw-r--r--gcc/testsuite/gcc.dg/cpp-ifparen.c2
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 39e112eb664..b1c8ed30430 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