]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
bootstrap: Include tm_p.h
authorDavid Edelsohn <dje.gcc@gmail.com>
Fri, 20 Oct 2023 18:12:54 +0000 (14:12 -0400)
committerDavid Edelsohn <dje.gcc@gmail.com>
Fri, 20 Oct 2023 18:15:36 +0000 (14:15 -0400)
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>
gcc/gimple-harden-control-flow.cc

index 5c28fd07f3329e78dc4db13e13d153f4e4740e9c..1b345dab766c471910b847a2b2ea57e7bc5e8784 100644 (file)
@@ -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"