public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-4803] bootstrap: tm_p.h requires memmodel.h on SPARC.
@ 2023-10-20 19:53 David Edelsohn
  0 siblings, 0 replies; only message in thread
From: David Edelsohn @ 2023-10-20 19:53 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:8f75e6cf583cf8db16334c0ba323801cbc9f4e7f

commit r14-4803-g8f75e6cf583cf8db16334c0ba323801cbc9f4e7f
Author: David Edelsohn <dje.gcc@gmail.com>
Date:   Fri Oct 20 15:51:51 2023 -0400

    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>

Diff:
---
 gcc/gimple-harden-control-flow.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/gimple-harden-control-flow.cc b/gcc/gimple-harden-control-flow.cc
index 1b345dab766c..441df5ac21c6 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"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-10-20 19:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-20 19:53 [gcc r14-4803] bootstrap: tm_p.h requires memmodel.h on SPARC David Edelsohn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).