Re: [PATCH 2/2] Remove cgraph_local_info structure.

2019-10-30 Thread Jeff Law
On 10/30/19 4:06 PM, Joseph Myers wrote: > On Wed, 30 Oct 2019, Joseph Myers wrote: > >> This appears to have broken the build for Arm. > > And probably bfin and c6x as well, based on grep, but my bot only covers > glibc targets so doesn't test those. > bfin and c6x are definitely affected. My

Re: [PATCH 2/2] Remove cgraph_local_info structure.

2019-10-30 Thread Joseph Myers
On Wed, 30 Oct 2019, Joseph Myers wrote: > This appears to have broken the build for Arm. And probably bfin and c6x as well, based on grep, but my bot only covers glibc targets so doesn't test those. -- Joseph S. Myers jos...@codesourcery.com

Re: [PATCH 2/2] Remove cgraph_local_info structure.

2019-10-30 Thread Joseph Myers
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 cgr

Re: [PATCH 2/2] Remove cgraph_local_info structure.

2019-10-29 Thread Jeff Law
On 10/25/19 7:38 AM, Martin Liska wrote: > > gcc/ChangeLog: > > 2019-10-25 Martin Liska > > * cgraph.c (cgraph_node::local_info): Transform to ... > (cgraph_node::local_info_node): ... this. > (cgraph_node::dump): Remove cgraph_local_info and > put its fields directly

[PATCH 2/2] Remove cgraph_local_info structure.

2019-10-29 Thread Martin Liska
gcc/ChangeLog: 2019-10-25 Martin Liska * cgraph.c (cgraph_node::local_info): Transform to ... (cgraph_node::local_info_node): ... this. (cgraph_node::dump): Remove cgraph_local_info and put its fields directly into cgraph_node. (cgraph_node::get_availab