From b7c78b0949974f6e22fa9a3f3eca665442641ec8 Mon Sep 17 00:00:00 2001 From: tschwinge Date: Mon, 2 Nov 2015 07:42:04 +0000 Subject: [PATCH] [PR middle-end/68166] Restore build with fold checking enabled gcc/ PR middle-end/68166 * fold-const.c: Include "md5.h". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229652 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/fold-const.c | 1 + 2 files changed, 6 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d927d35ca0a1..966a7f96d355 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2015-11-02 Thomas Schwinge + + PR middle-end/68166 + * fold-const.c: Include "md5.h". + 2015-11-01 Jeff Law * vmsdbgout.c: Revert unused header file reduction patch. diff --git a/gcc/fold-const.c b/gcc/fold-const.c index 197ccfddddb2..1a2fb810907f 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 -- 2.47.2