https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78188
Bug ID: 78188 Summary: [7 Regression] AIX Bootstrap broken by tree-vrp.c change Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: dje at gcc dot gnu.org CC: rguenth at gcc dot gnu.org Target Milestone: --- Target: powerpc-ibm-aix* With the tree-vrp.c change of r241774, I encounter the following error during stage2: In file included from /nasfarm/edelsohn/src/sandbox/gcc/tree-ssa-sccvn.c:58:0: /nasfarm/edelsohn/src/sandbox/gcc/tree-ssa-sccvn.h: In function 'tree_node* vn_valueize(tree)': /nasfarm/edelsohn/src/sandbox/gcc/tree-ssa-sccvn.h:249:1: error: tree_node* vn_valueize(tree) causes a section type conflict with tree_node** gimple_ops(gimple*) vn_valueize (tree name) ^~~~~~~~~~~ In file included from /nasfarm/edelsohn/src/sandbox/gcc/tree-ssa-sccvn.c:27:0: /nasfarm/edelsohn/src/sandbox/gcc/gimple.h:2360:1: note: 'tree_node** gimple_ops(gimple*)' was declared here gimple_ops (gimple *gs) ^~~~~~~~~~ Analysis continuing...