https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97858

--- Comment #11 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
Jakub,
with code patterns

if (foo)
  ininit var
...
if (foo)
  use var

the false positive really depends on how far we do jump threading and similar
transforms.

Reply via email to