lto: Fixed test(U*) used but never defined error.

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>
devel/bypass-asm
Rishi Raj 2023-07-07 10:15:57 +05:30
parent 48ef456a8e
commit 31ff5e249d
2 changed files with 2 additions and 0 deletions

View 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"

View 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"