This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] fix visium build


Hi,
The tree.h and tree-core.h flattening patch:
(https://gcc.gnu.org/ml/gcc-patches/2015-01/msg00467.html
broke visium build. The attached patch fixes that.
Built on visium-elf.
OK to commit ?

Thank you,
Prathamesh

Attachment: ChangeLog.txt
Description: Text document

Index: gcc/config/visium/visium.c
===================================================================
--- gcc/config/visium/visium.c	(revision 219408)
+++ gcc/config/visium/visium.c	(working copy)
@@ -22,6 +22,23 @@
 #include "system.h"
 #include "coretypes.h"
 #include "tm.h"
+#include "hashtab.h"
+#include "hash-set.h"
+#include "machmode.h"
+#include "input.h"
+#include "statistics.h"
+#include "vec.h"
+#include "double-int.h"
+#include "real.h"
+#include "fixed-value.h"
+#include "alias.h"
+#include "flags.h"
+#include "symtab.h"
+#include "tree-core.h"
+#include "wide-int.h"
+#include "inchash.h"
+#include "fold-const.h"
+#include "tree-check.h"
 #include "tree.h"
 #include "stringpool.h"
 #include "stor-layout.h"
@@ -34,7 +51,6 @@
 #include "conditions.h"
 #include "output.h"
 #include "insn-attr.h"
-#include "flags.h"
 #include "expr.h"
 #include "function.h"
 #include "recog.h"

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]