Fix compiler warnings

Jakub Jelinek jakub@redhat.com
Thu May 7 17:58:00 GMT 2015


On Wed, May 06, 2015 at 04:37:49PM +0000, Aditya K wrote:
> Thanks! Updated patch.
> 
> 
> 2015-05-06  Aditya Kumar  <hiraditya@msn.com>
> 
>         * gcov-tool.c (do_merge): Refactored to remove int ret.
>         * ipa-icf.c (sem_item::hash_referenced_symbol_properties): Changed (!type == FUNC) to (type != FUNC).
>         * reload.h (struct target_reload): Changed to type of x_spill_indirect_levels from bool to unsigned char.

I've rewritten the ChangeLog entry, replaced non-breaking spaces in the
patch with normal spaces (otherwise it doesn't apply),
bootstrapped/regtested on x86_64-linux and i686-linux and committed to
trunk.  Thanks.

	Jakub



More information about the Gcc-patches mailing list