summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/langhooks.h
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2013-11-16 01:16:24 +0000
committerpfg <pfg@FreeBSD.org>2013-11-16 01:16:24 +0000
commit40ac8caa60fe69bd2c338075af0b726ea2f33e85 (patch)
treeb1725e92c058a429e1b48754d6e9f5659870e42f /contrib/gcc/langhooks.h
parentd27f7c2a842e4f80ea9a2408d941730107efd355 (diff)
downloadFreeBSD-src-40ac8caa60fe69bd2c338075af0b726ea2f33e85.zip
FreeBSD-src-40ac8caa60fe69bd2c338075af0b726ea2f33e85.tar.gz
gcc: add femit-struct-debug support to reduce Reduce dwarf debug size
Obtained from: gcc 4.3 (rev. 123909; GPLv2) MFC after: 3 weeks
Diffstat (limited to 'contrib/gcc/langhooks.h')
-rw-r--r--contrib/gcc/langhooks.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/gcc/langhooks.h b/contrib/gcc/langhooks.h
index e614893..1254c63 100644
--- a/contrib/gcc/langhooks.h
+++ b/contrib/gcc/langhooks.h
@@ -119,6 +119,10 @@ struct lang_hooks_for_types
according to UNSIGNEDP. */
tree (*signed_or_unsigned_type) (int, tree);
+ /* True if the type is an instantiation of a generic type,
+ e.g. C++ template implicit specializations. */
+ bool (*generic_p) (tree);
+
/* Given a type, apply default promotions to unnamed function
arguments and return the new type. Return the same type if no
change. Required by any language that supports variadic
OpenPOWER on IntegriCloud