[Bug middle-end/96564] [11 Regression] New maybe use of uninitialized variable warning since r11-959

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Feb 11 10:48:42 GMT 2021


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amacleod at redhat dot com

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
While SSA_NAME_PTR_INFO/get_ptr_nonnull can't do this, either vrp pass or any
other pass that would be using ranger can do that.  So what pass would be the
best match for that?


More information about the Gcc-bugs mailing list