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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #11 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Yeah, -g shouldn't affect which warnings are emitted either.
If you now all newly rely on some BLOCKs being preserved, then you actually
need to make sure they are not thrown away - see tree-ssa-live.c.

Reply via email to