> 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
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
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.
>>
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:
>
>
"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.
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