Fix cygwin builds, broken by PR sanitizer/82517 fix.
authorJames E Wilson <wilson@tuliptree.org>
Mon, 30 Oct 2017 01:57:59 +0000 (18:57 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 30 Oct 2017 01:57:59 +0000 (18:57 -0700)
gcc/
* gimplify.c: Include tm_p.h.

From-SVN: r254211

gcc/ChangeLog
gcc/gimplify.c

index 802e759..72e8e2b 100644 (file)
@@ -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.
 
index 4c24510..edcc001 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 "tm_p.h"
 #include "gimple.h"
 #include "gimple-predict.h"
 #include "tree-pass.h"         /* FIXME: only for PROP_gimple_any */