https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120866

Sangamesh <swamy.sangamesh at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |swamy.sangamesh at gmail dot 
com

--- Comment #7 from Sangamesh <swamy.sangamesh at gmail dot com> ---
I did try with the below changes.

diff --git a/gcc/tree.cc b/gcc/tree.cc
index e9a83e4260b..b693a58ab9d 100644
--- a/gcc/tree.cc
+++ b/gcc/tree.cc
@@ -64,6 +64,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "stringpool.h"
 #include "attribs.h"
 #include "rtl.h"
+#include "tm_p.h"
 #include "regs.h"
 #include "tree-vector-builder.h"
 #include "gimple-fold.h"

And able to bootstrap in AIX, ppc64le linux, and X86 RHEL.
Including tm_p.h in other places like backend.h and target.h gave other errors.

Reply via email to