aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-ada-spec.h
diff options
context:
space:
mode:
authorPierre-Marie de Rodat <derodat@adacore.com>2015-06-22 19:16:58 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2015-06-22 19:16:58 +0000
commitc6a2f2d98d666f3d4ddd1e49e0f794da0410ac5c (patch)
treec497bf6f8e2455a359a6622c01e4cc1045a02da5 /gcc/c-family/c-ada-spec.h
parenta42e72d1d26d9ffedaa0bcdfec8a058f9d5ad474 (diff)
downloadgcc-c6a2f2d98d666f3d4ddd1e49e0f794da0410ac5c.zip
gcc-c6a2f2d98d666f3d4ddd1e49e0f794da0410ac5c.tar.gz
gcc-c6a2f2d98d666f3d4ddd1e49e0f794da0410ac5c.tar.bz2
c-ada-spec.h (cpp_operation): Add HAS_DEPENDENT_TEMPLATE_ARGS.
c-family/ * c-ada-spec.h (cpp_operation): Add HAS_DEPENDENT_TEMPLATE_ARGS. * c-ada-spec.c (collect_ada_nodes): Skip NAMESPACE_DECL (dump_ada_template): Skip partially specialized types. cp/ * decl2.c (cpp_check): Deal with HAS_DEPENDENT_TEMPLATE_ARGS. From-SVN: r224754
Diffstat (limited to 'gcc/c-family/c-ada-spec.h')
-rw-r--r--gcc/c-family/c-ada-spec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/c-family/c-ada-spec.h b/gcc/c-family/c-ada-spec.h
index 32fcaf9..e922968 100644
--- a/gcc/c-family/c-ada-spec.h
+++ b/gcc/c-family/c-ada-spec.h
@@ -25,6 +25,7 @@ along with GCC; see the file COPYING3. If not see
/* In c-ada-spec.c */
typedef enum {
+ HAS_DEPENDENT_TEMPLATE_ARGS,
IS_ABSTRACT,
IS_CONSTRUCTOR,
IS_DESTRUCTOR,