This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


"Steve Ellcey " <sellcey@mips.com> 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  <hubicka@ucw.cz>

	* tree.h (decl_comdat_group): Declare.
	* cgraph.h (symtab_in_same_comdat_p): Move offline to ...
	* tree.c (decl_comdat_group): Here.

?

Thanks,
Richard


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]