[PR middle-end/68166] Restore build with fold checking enabled
authorThomas Schwinge <thomas@codesourcery.com>
Mon, 2 Nov 2015 07:42:04 +0000 (08:42 +0100)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Mon, 2 Nov 2015 07:42:04 +0000 (08:42 +0100)
gcc/
PR middle-end/68166
* fold-const.c: Include "md5.h".

From-SVN: r229652

gcc/ChangeLog
gcc/fold-const.c

index d927d35ca0a1a40abe5fac5abef29d5e6cd17edf..966a7f96d355adfd7f3aa4fc43564a5d9543ef33 100644 (file)
@@ -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.
index 197ccfddddb2d2e34e63c11e313dd43bf5479129..1a2fb810907f354c5ef11e0f81bb1f2bbe83aa53 100644 (file)
@@ -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