On my side, I can see that r210901 breaks AArch64 compiler build: gcc/config/aarch64/aarch64.c: In function ‘void aarch64_elf_asm_named_section(const char*, unsigned int, tree_node*)’: gcc/config/aarch64/aarch64.c:8136: error: ‘decl_comdat_group’ was not declared in this scope
Christophe. On 26 May 2014 11:16, Andrew Pinski <pins...@gmail.com> wrote: > On Mon, May 26, 2014 at 1:59 AM, Dominique Dhumieres <domi...@lps.ens.fr> > wrote: >> r210901 breaks bootstrap on targets not supporting strnlen, e.g., darwin10. >> >> ../../_clean/gcc/lto-cgraph.c:976:68: error: 'strnlen' was not declared in >> this scope > > strnlen should be declared in include/libiberty.h if there is no > declaration as libiberty support is already there. That should be a > simple fix. > > Thanks, > Andrew Pinski > >> >> libgfortran/configure defines HAVE_STRNLEN on targets supporting it. >> >> The same revision also breaks the test g++.dg/tls/diag-1.C >> >> /opt/gcc/work/gcc/testsuite/g++.dg/tls/diag-1.C:31:1: internal compiler >> error: in symtab_get_node, at cgraph.h:1021 >> >> TIA, >> >> Dominique