On Mon, Mar 23, 2015 at 08:50:27PM -0600, Martin Sebor wrote: > >>>> PR target/63354 > >>>> * gcc/config/rs6000/linux64.h (ARGET_KEEP_LEAF_WHEN_PROFILED): > >>>> Define. > >>> ^ typo > > It's fixed in version 2 of the patch posted here: > https://gcc.gnu.org/ml/gcc-patches/2015-03/msg00793.html
Iain means the macro should be defined in rs6000.h, not linux64.h. > >This ^ will cause a bootstrap fail for every rs6000 target that doesn't > >include linux64.h. > >(because rs6000_keep_leaf_when_profiled will be "defined but unused"). > > > >Since ISTM you intend this to apply to all rs6000 sub-targets, you might > >as well move it to rs6000.h? Segher