From aa3aae06f94e6e064f2fcb229393496be6f0aa5f Mon Sep 17 00:00:00 2001 From: Benjamin Kosnik Date: Tue, 12 Feb 2002 09:02:04 +0000 Subject: [PATCH] decl-1.c: Add do-compile tag. 2002-02-12 Benjamin Kosnik Neil Booth * gcc.dg/decl-1.c: Add do-compile tag. From-SVN: r49705 --- gcc/testsuite/gcc.dg/decl-1.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/testsuite/gcc.dg/decl-1.c b/gcc/testsuite/gcc.dg/decl-1.c index e66b85376da..23e490b15c5 100644 --- a/gcc/testsuite/gcc.dg/decl-1.c +++ b/gcc/testsuite/gcc.dg/decl-1.c @@ -5,6 +5,8 @@ In the declaration of proc, x must be parsed as a typedef name (6.7.5.3 p11). */ +/* { dg-do compile } */ + typedef int x; int proc(int (x)); /* x is a typedef, param to proc is a function. */ int proc2(int x); /* x is an identifier, param is an int. */ -- 2.30.2