aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJames E Wilson <wilson@tuliptree.org>2017-10-29 18:57:59 -0700
committerJim Wilson <wilson@gcc.gnu.org>2017-10-29 18:57:59 -0700
commit87039aa26687f4611fab4d3c5abaa62d2c375899 (patch)
treef367618307a6c8d0df699964b9e5395a22e2c270 /gcc
parentfd573116a0ba0ae2913233566a2400814f3c51c9 (diff)
downloadgcc-87039aa26687f4611fab4d3c5abaa62d2c375899.zip
gcc-87039aa26687f4611fab4d3c5abaa62d2c375899.tar.gz
gcc-87039aa26687f4611fab4d3c5abaa62d2c375899.tar.bz2
Fix cygwin builds, broken by PR sanitizer/82517 fix.
gcc/ * gimplify.c: Include tm_p.h. From-SVN: r254211
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/gimplify.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 802e759..72e8e2b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,7 @@
2017-10-29 Jim Wilson <wilson@tuliptree.org>
+ * gimplify.c: Include tm_p.h.
+
* common.opt (gcoff): Re-add as ignored option.
(gcoff1, gcoff2, gcoff3): Likewise.
diff --git a/gcc/gimplify.c b/gcc/gimplify.c
index 4c24510..edcc001 100644
--- a/gcc/gimplify.c
+++ b/gcc/gimplify.c
@@ -27,6 +27,7 @@ along with GCC; see the file COPYING3. If not see
#include "target.h"
#include "rtl.h"
#include "tree.h"
+#include "tm_p.h"
#include "gimple.h"
#include "gimple-predict.h"
#include "tree-pass.h" /* FIXME: only for PROP_gimple_any */