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: Fix compiler warnings


Thank you very much Jakub.


-Aditya

----------------------------------------
> Date: Thu, 7 May 2015 19:58:11 +0200
> From: jakub@redhat.com
> To: hiraditya@msn.com
> CC: gcc-patches@gcc.gnu.org
> Subject: Re: Fix compiler warnings
>
> 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
 		 	   		  

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