This appears to have broken the build for Arm. /scratch/jmyers/glibc-bot/src/gcc/gcc/config/arm/arm.c: In function 'arm_pcs arm_get_pcs_model(const_tree, const_tree)': /scratch/jmyers/glibc-bot/src/gcc/gcc/config/arm/arm.c:5959:4: error: 'cgraph_local_info' was not declared in this scope cgraph_local_info *i = cgraph_node::local_info (CONST_CAST_TREE(decl)); ^ /scratch/jmyers/glibc-bot/src/gcc/gcc/config/arm/arm.c:5959:23: error: 'i' was not declared in this scope cgraph_local_info *i = cgraph_node::local_info (CONST_CAST_TREE(decl)); ^ /scratch/jmyers/glibc-bot/src/gcc/gcc/config/arm/arm.c:5959:27: error: 'local_info' is not a member of 'cgraph_node' cgraph_local_info *i = cgraph_node::local_info (CONST_CAST_TREE(decl)); ^ Makefile:2277: recipe for target 'arm.o' failed make[3]: *** [arm.o] Error 1
-- Joseph S. Myers jos...@codesourcery.com