From ac05f7dcfbb95b2ae0f8082f424c9adfada4baed Mon Sep 17 00:00:00 2001
From: zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Sat, 1 Apr 2000 22:45:01 +0000
Subject: [PATCH] Add dg-do tag

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32859 138bc75d-0d04-0410-961f-82ee72b054a4
---
 gcc/testsuite/gcc.dg/cpp-ifparen.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gcc/testsuite/gcc.dg/cpp-ifparen.c b/gcc/testsuite/gcc.dg/cpp-ifparen.c
index 39e112eb664d..b1c8ed30430d 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
-- 
GitLab