Commit ae16b241 by Andrew MacLeod Committed by Andrew Macleod

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
parent ecd51813
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
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment