re PR bootstrap/59260 (fold-const.c:14871:5: error: 'hash_table' has not been declared)
authorAndrew MacLeod <amacleod@redhat.com>
Mon, 25 Nov 2013 13:23:09 +0000 (13:23 +0000)
committerAndrew Macleod <amacleod@gcc.gnu.org>
Mon, 25 Nov 2013 13:23:09 +0000 (13:23 +0000)
PR bootstrap/59260
* fold-const.c: Include hash-table.h.

From-SVN: r205352

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.  */