PR bootstrap/59260
authoramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 25 Nov 2013 13:23:09 +0000 (13:23 +0000)
committeramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 25 Nov 2013 13:23:09 +0000 (13:23 +0000)
* fold-const.c: Include hash-table.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@205352 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/fold-const.c

index 240a17c..d899670 100644 (file)
@@ -1,3 +1,8 @@
+2013-11-25  Andrew Macleod  <amacleod@redhat.com>
+
+       PR bootstrap/59260
+       * fold-const.c: Include hash-table.h.
+
 2013-11-25  Marek Polacek  <polacek@redhat.com>
 
        PR sanitizer/59258
index f91673d..d99cd93 100644 (file)
@@ -67,6 +67,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "gimple.h"
 #include "gimplify.h"
 #include "tree-dfa.h"
+#include "hash-table.h"  /* Required for ENABLE_FOLD_CHECKING.  */
 
 /* Nonzero if we are folding constants inside an initializer; zero
    otherwise.  */