summaryrefslogtreecommitdiffstats
path: root/gcc/ch/lang.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ch/lang.c')
-rw-r--r--gcc/ch/lang.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ch/lang.c b/gcc/ch/lang.c
index 7b62c16b4f2..86d300425ba 100644
--- a/gcc/ch/lang.c
+++ b/gcc/ch/lang.c
@@ -26,6 +26,8 @@ Boston, MA 02111-1307, USA. */
#include "lex.h"
#include "input.h"
#include "toplev.h"
+#include "rtl.h"
+#include "expr.h"
/* Type node for boolean types. */
@@ -288,7 +290,7 @@ incomplete_type_error (value, type)
HOST_WIDE_INT
lang_get_alias_set (t)
- tree t;
+ tree t ATTRIBUTE_UNUSED;
{
/* ??? Need to figure out what the rules are. Certainly we'd need
to handle union-like things, and probably variant records.
OpenPOWER on IntegriCloud