Re: [patch, mips, commited] Check in obvious patch to fix mips build.

2014-05-27 Thread Jan Hubicka
> 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*)': > > > /l

Re: [patch, mips, commited] Check in obvious patch to fix mips build.

2014-05-27 Thread Steve Ellcey
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/sellce

Re: [patch, mips, commited] Check in obvious patch to fix mips build.

2014-05-27 Thread Richard Sandiford
Steve Ellcey writes: > On Tue, 2014-05-27 at 17:12 +0100, Richard Sandiford wrote: >> "Steve Ellcey " writes: >> > The recent comdat group changes broke the mips build because mips.c >> > was not including cgraph.h. I am checking in the following patch >> > as obvious to fix the mips build. >>

Re: [patch, mips, commited] Check in obvious patch to fix mips build.

2014-05-27 Thread Steve Ellcey
On Tue, 2014-05-27 at 17:12 +0100, Richard Sandiford wrote: > "Steve Ellcey " writes: > > The recent comdat group changes broke the mips build because mips.c > > was not including cgraph.h. I am checking in the following patch > > as obvious to fix the mips build. > > Wasn't that fixed by: > >

Re: [patch, mips, commited] Check in obvious patch to fix mips build.

2014-05-27 Thread Richard Sandiford
"Steve Ellcey " writes: > The recent comdat group changes broke the mips build because mips.c > was not including cgraph.h. I am checking in the following patch > as obvious to fix the mips build. Wasn't that fixed by: 2014-05-26 Jan Hubicka * tree.h (decl_comdat_group): Declare.

[patch, mips, commited] Check in obvious patch to fix mips build.

2014-05-27 Thread Steve Ellcey
The recent comdat group changes broke the mips build because mips.c was not including cgraph.h. I am checking in the following patch as obvious to fix the mips build. 2014-05-27 Steve Ellcey * config/mips/mips.c: Add include of cgraph.h. diff --git a/gcc/config/mips/mips.c b/gcc/co