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

--- Comment #3 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
r21298O is OK, the test fails starting at r213007. Bootstrapping r212982 fails
with

In file included from ../../p_work/gcc/cgraphunit.c:164:0:
../../p_work/gcc/cgraphunit.c: In function 'void compile()':
../../p_work/gcc/cgraphunit.c:2249:56: error: 'symtab_alias_target' was not
declared in this scope
        : DECL_ASSEMBLER_NAME (symtab_alias_target (node)->decl));
                                                        ^
../../p_work/gcc/tree.h:2346:56: note: in definition of macro
'DECL_ASSEMBLER_NAME'
 #define DECL_ASSEMBLER_NAME(NODE) decl_assembler_name (NODE)

and r213000 with

../../p_work/gcc/ada/gcc-interface/utils.c: In function 'void
rest_of_subprog_body_compilation(tree)':
../../p_work/gcc/ada/gcc-interface/utils.c:2805:48: error:
'cgraph_get_create_node' was not declared in this scope
     (void) cgraph_get_create_node (subprog_decl);
                                                ^
gnatbind -nostdinc -I- -I. -Iada -I../../p_work/gcc/ada
-I../../p_work/gcc/ada/gcc-interface -o b_gnatb.adb ada/gnatbind.ali
mv b_gnatb.adb b_gnatb.ads ada/
../../p_work/gcc/ada/gcc-interface/utils.c: In function 'void
gnat_write_global_declarations()':
../../p_work/gcc/ada/gcc-interface/utils.c:5760:49: error:
'varpool_node_for_decl' was not declared in this scope
       node = varpool_node_for_decl (dummy_global);

Giving up!

Reply via email to