]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 802e759b4eb13ef5c3a11f5ee52f309a0ed08137..72e8e2b317f8237383ec99907b1ed2e562742f5a 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 4c245103fc49fd2c80b9e36d82fe9b7f4545d485..edcc0013ed2aae575330fa4511abab04df199140 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 */