https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92540
--- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> --- Author: marxin Date: Tue Nov 19 07:22:21 2019 New Revision: 278429 URL: https://gcc.gnu.org/viewcvs?rev=278429&root=gcc&view=rev Log: Initialize a variable due to -Wmaybe-uninitialized. 2019-11-19 Martin Liska <mli...@suse.cz> PR bootstrap/92540 * config/riscv/riscv.c (riscv_address_insns): Initialize addr in order to remove boostrap -Wmaybe-uninitialized error. Modified: trunk/gcc/ChangeLog trunk/gcc/config/riscv/riscv.c