aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2015-11-02 07:42:04 +0000
committerThomas Schwinge <thomas@codesourcery.com>2015-11-02 07:42:04 +0000
commitc093680fb9187005f67ddce03c1466dfc613d4d9 (patch)
tree2aca8429370b395dec0c75c40ac5c058fa49a349
parentb51762a0d719b834f0866f7da81be2b424b89ce3 (diff)
[PR middle-end/68166] Restore build with fold checking enabled
gcc/ PR middle-end/68166 * fold-const.c: Include "md5.h". git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@229652 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/fold-const.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d927d35ca0a..966a7f96d35 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2015-11-02 Thomas Schwinge <thomas@codesourcery.com>
+
+ PR middle-end/68166
+ * fold-const.c: Include "md5.h".
+
2015-11-01 Jeff Law <jeff@redhat.com>
* vmsdbgout.c: Revert unused header file reduction patch.
diff --git a/gcc/fold-const.c b/gcc/fold-const.c
index 197ccfddddb..1a2fb810907 100644
--- a/gcc/fold-const.c
+++ b/gcc/fold-const.c
@@ -71,6 +71,7 @@ along with GCC; see the file COPYING3. If not see
#include "gimple-fold.h"
#include "params.h"
#include "tree-into-ssa.h"
+#include "md5.h"
#ifndef LOAD_EXTEND_OP
#define LOAD_EXTEND_OP(M) UNKNOWN