]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[PR middle-end/68166] Restore build with fold checking enabled
authortschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 Nov 2015 07:42:04 +0000 (07:42 +0000)
committertschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 Nov 2015 07:42:04 +0000 (07:42 +0000)
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
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