diff options
| author | amacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-25 13:23:09 +0000 |
|---|---|---|
| committer | amacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-25 13:23:09 +0000 |
| commit | cbe95cbfaf83afff90ae0ea3fac9ffff863acea1 (patch) | |
| tree | 34e5ef4f25f25225a66759c32cf244dc1022caec | |
| parent | 638c85a9ac2786f897f92d33954851e49231faf7 (diff) | |
| download | ppe42-gcc-cbe95cbfaf83afff90ae0ea3fac9ffff863acea1.tar.gz ppe42-gcc-cbe95cbfaf83afff90ae0ea3fac9ffff863acea1.zip | |
PR bootstrap/59260
* fold-const.c: Include hash-table.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@205352 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/fold-const.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 240a17c483c..d8996703591 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/fold-const.c b/gcc/fold-const.c index f91673d3e5b..d99cd93c5ea 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. */ |

