From ed3d4d827dd6fd753aa16ff2b91b03b197181bf7 Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Fri, 8 Sep 2017 08:35:23 +0000 Subject: [PATCH] Fix SPARC bootstrap: sancov.c needs memmodel.h * sancov.c: Include memmodel.h. From-SVN: r251863 --- gcc/ChangeLog | 4 ++++ gcc/sancov.c | 1 + 2 files changed, 5 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a58252e5c79..0d3d6e4b84b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2017-09-08 Rainer Orth + + * sancov.c: Include memmodel.h. + 2017-09-07 Eric Botcazou PR target/80897 diff --git a/gcc/sancov.c b/gcc/sancov.c index 1c8906d731c..a6b5f8c734e 100644 --- a/gcc/sancov.c +++ b/gcc/sancov.c @@ -28,6 +28,7 @@ along with GCC; see the file COPYING3. If not see #include "basic-block.h" #include "options.h" #include "flags.h" +#include "memmodel.h" #include "tm_p.h" #include "stmt.h" #include "gimple-iterator.h" -- 2.30.2