aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>2019-12-05 14:40:11 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2019-12-05 09:40:11 -0500
commit705f02b0ca8e625c4f513a66efe28b403c796c22 (patch)
tree46d0919d2f4434037e83ca96fd83d10b8bd256b6 /gcc
parent56b4b16eb18e8af5615a9c7b56c6b5e7f9c3adf0 (diff)
downloadgcc-705f02b0ca8e625c4f513a66efe28b403c796c22.zip
gcc-705f02b0ca8e625c4f513a66efe28b403c796c22.tar.gz
gcc-705f02b0ca8e625c4f513a66efe28b403c796c22.tar.bz2
* cp-gimplify.c: Include memmodel.h.
From-SVN: r279003
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/ChangeLog4
-rw-r--r--gcc/cp/cp-gimplify.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 6cda4e7..b9b8949 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,7 @@
+2019-12-05 David Edelsohn <dje.gcc@gmail.com>
+
+ * cp-gimplify.c: Include memmodel.h.
+
2019-12-05 Paolo Carlini <paolo.carlini@oracle.com>
* typeck2.c (build_functional_cast): Add location_t parameter
diff --git a/gcc/cp/cp-gimplify.c b/gcc/cp/cp-gimplify.c
index 992c66e..2b6bd52 100644
--- a/gcc/cp/cp-gimplify.c
+++ b/gcc/cp/cp-gimplify.c
@@ -35,6 +35,7 @@ along with GCC; see the file COPYING3. If not see
#include "attribs.h"
#include "asan.h"
#include "gcc-rich-location.h"
+#include "memmodel.h"
#include "tm_p.h"
#include "output.h"
#include "file-prefix-map.h"