> On Tue, 2014-05-27 at 17:49 +0100, Richard Sandiford wrote: > > > > It didn't fix the build for me. I still got this failure after that > > > patch: > > > > > > /local/home/sellcey/nightly/src/gcc/gcc/config/mips/mips.c: In function > > > 'void mips_start_unique_function(const char*)': > > > /local/home/sellcey/nightly/src/gcc/gcc/config/mips/mips.c:6278:27: > > > error: 'cgraph_create_node' was not declared in this scope > > > make[2]: *** [mips.o] Error 1 > > > > Ah, sorry, hadn't realised we had a direct caller there. > > > > Richard > > No problem, I probably should have included the error message in my > original email.
Thanks for fixing it. Indeed I introduced direct caller to some targets and did not double check includes (most targets include cgraph anyway) Honza > > Steve Ellcey > sell...@mips.com