> 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
This sould be fixed by adding #include "cgraph.h" into aarch64.c I will look into the strnlen issue. Honza