public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: David Edelsohn <dje@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r14-4801] bootstrap: Include tm_p.h
Date: Fri, 20 Oct 2023 18:14:49 +0000 (GMT)	[thread overview]
Message-ID: <20231020181449.55FDF3858425@sourceware.org> (raw)

https://gcc.gnu.org/g:a663fe63889db486d577b20aff0730034400bfe9

commit r14-4801-ga663fe63889db486d577b20aff0730034400bfe9
Author: David Edelsohn <dje.gcc@gmail.com>
Date:   Fri Oct 20 14:12:54 2023 -0400

    bootstrap: Include tm_p.h
    
    ASM_GENERATE_INTERNAL_LABEL may use target-specific functions, so
    tm_p.h must be included.  This fixes bootstrap breakage on AIX, at least.
    
    gcc/ChangeLog
    
            * gimple-harden-control-flow.cc: Include tm_p.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 5c28fd07f332..1b345dab766c 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 "tm_p.h"
 #include "tree.h"
 #include "fold-const.h"
 #include "gimple.h"

                 reply	other threads:[~2023-10-20 18:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231020181449.55FDF3858425@sourceware.org \
    --to=dje@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).