aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>2023-10-20 15:51:51 -0400
committerDavid Edelsohn <dje.gcc@gmail.com>2023-10-20 15:53:17 -0400
commit8f75e6cf583cf8db16334c0ba323801cbc9f4e7f (patch)
treece6cc2843279f019553901cc5c29a3736954e496 /gcc
parent281699fbff6262766674ab13087d37db751cd40a (diff)
downloadgcc-8f75e6cf583cf8db16334c0ba323801cbc9f4e7f.zip
gcc-8f75e6cf583cf8db16334c0ba323801cbc9f4e7f.tar.gz
gcc-8f75e6cf583cf8db16334c0ba323801cbc9f4e7f.tar.bz2
bootstrap: tm_p.h requires memmodel.h on SPARC.
SPARC target header references memmodel, which requires memmodel.h. gcc/ChangeLog: * gimple-harden-control-flow.cc: Include memmodel.h. Signed-off-by: David Edelsohn <dje.gcc@gmail.com>
Diffstat (limited to 'gcc')
-rw-r--r--gcc/gimple-harden-control-flow.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/gimple-harden-control-flow.cc b/gcc/gimple-harden-control-flow.cc
index 1b345da..441df5a 100644
--- a/gcc/gimple-harden-control-flow.cc
+++ b/gcc/gimple-harden-control-flow.cc
@@ -23,6 +23,7 @@ along with GCC; see the file COPYING3. If not see
#include "system.h"
#include "coretypes.h"
#include "backend.h"
+#include "memmodel.h"
#include "tm_p.h"
#include "tree.h"
#include "fold-const.h"