https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99989
Martin Sebor <msebor at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[11 regression] False |[11 regression] |maybe-uninitialized warning |-Wmaybe-uninitialized |breaks bootstrap on riscv64 |warning breaks bootstrap on | |riscv64 --- Comment #7 from Martin Sebor <msebor at gcc dot gnu.org> --- The warning is a true positive caused by assigning a struct with an uninitialized member. Adjusting Summary.