mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 10:54:07 +08:00
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>
This commit is contained in:
parent
48ef456a8e
commit
31ff5e249d
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user