]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix ia64 build failure.
authorJames E Wilson <wilson@tuliptree.org>
Mon, 30 Oct 2017 15:38:30 +0000 (08:38 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 30 Oct 2017 15:38:30 +0000 (08:38 -0700)
gcc/
* gimplify.c: Include memmodel.h.

From-SVN: r254227

gcc/ChangeLog
gcc/gimplify.c

index 8710e29f51aab3281edf66f1339ce3ccdf9a3d26..dcef7ec7ec15d34806bc4dc1df44661cd316ce6e 100644 (file)
@@ -1,3 +1,7 @@
+2017-10-30  Jim Wilson  <wilson@tuliptree.org>
+
+       * gimplify.c: Include memmodel.h.
+
 2017-10-30  Martin Jambor  <mjambor@suse.cz>
 
        * omp-grid.c (grid_attempt_target_gridification): Also insert a
index edcc0013ed2aae575330fa4511abab04df199140..c4fd5038d922441b27cca50202abe758219fe5e3 100644 (file)
@@ -27,6 +27,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "target.h"
 #include "rtl.h"
 #include "tree.h"
+#include "memmodel.h"
 #include "tm_p.h"
 #include "gimple.h"
 #include "gimple-predict.h"