]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
lto: Fixed test(U*) used but never defined error. devel/bypass-asm
authorRishi Raj <rishiraj45035@gmail.com>
Fri, 7 Jul 2023 04:45:57 +0000 (10:15 +0530)
committerRishi Raj <rishiraj45035@gmail.com>
Fri, 7 Jul 2023 04:51:38 +0000 (10:21 +0530)
This Patch fixes the error during bootstrapped build.

gcc/ChangeLog:

        * lto-object.cc:

gcc/lto/ChangeLog:

        * lto-lang.cc:

Signed-off-by: Rishi Raj <rishiraj45035@gmail.com>
gcc/lto-object.cc
gcc/lto/lto-lang.cc

index 33eca5a7d81f8eaf1e53990657f50e90f334698b..097c81a686ee76119548de5e275724555740c537 100644 (file)
@@ -31,6 +31,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "gimple.h"
 #include "diagnostic-core.h"
 #include "tm.h"
+#include "cgraph.h"
 #include "lto-streamer.h"
 #include "lto-section-names.h"
 #include "simple-object.h"
index cf33bf178c2c3ece45a628cfa86592d924dad2c0..35f60325c808788350286d87c20a7d4d22e0a8b4 100644 (file)
@@ -26,6 +26,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "basic-block.h"
 #include "tree.h"
 #include "gimple.h"
+#include "cgraph.h"
 #include "stringpool.h"
 #include "diagnostic-core.h"
 #include "stor-layout.h"