https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98594
Jan Hubicka <hubicka at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|unassigned at gcc dot gnu.org |hubicka at gcc dot
gnu.org
Status|NEW |ASSIGNED
--- Comment #2 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
Mine. Note that the initialized warning was not really related to this
problem, just to the assumption that parameters declared "const" are read by
the callee which was proved false by modref and triggered false positive in the
warning.