From: Andrew MacLeod Date: Mon, 25 Nov 2013 13:23:09 +0000 (+0000) Subject: re PR bootstrap/59260 (fold-const.c:14871:5: error: 'hash_table' has not been declared) X-Git-Tag: releases/gcc-4.9.0~2473 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ae16b241ce766415d8646662b9389309ae130dc2;p=thirdparty%2Fgcc.git re PR bootstrap/59260 (fold-const.c:14871:5: error: 'hash_table' has not been declared) PR bootstrap/59260 * fold-const.c: Include hash-table.h. From-SVN: r205352 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 240a17c483cc..d89967035913 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2013-11-25 Andrew Macleod + + PR bootstrap/59260 + * fold-const.c: Include hash-table.h. + 2013-11-25 Marek Polacek PR sanitizer/59258 diff --git a/gcc/fold-const.c b/gcc/fold-const.c index f91673d3e5b5..d99cd93c5ea5 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -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. */