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] Initialize a variable due to -Wmaybe-uninitialized.


On 11/18/19 6:17 AM, Martin Liška wrote:
> Hi.
> 
> The patch is about yet another bootstrap -Wmaybe-uninitialized warning.
> I've just tested that on risv64 cross compiler with latest trunk.
> 
> Ready to be installed?
> Thanks,
> Martin
> 
> gcc/ChangeLog:
> 
> 2019-11-18  Martin Liska  <mliska@suse.cz>
> 
>     PR bootstrap/92540
>     * config/riscv/riscv.c (riscv_address_insns): Initialize
>     addr in order to remove boostrap -Wmaybe-uninitialized
>     error.
OK.  I had this internally, but haven't had time to analyze if the
warnings was a false positive or not.

jeff


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