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

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

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

--- Comment #13 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I think the main problem of -Og for debug info is that we don't artificially
use all automatic vars at the end of their scopes, so if they aren't used
everywhere in the scope, they might not be available for debugging (or use
DW_OP_entry_value and the like that will only sometimes work but aren't
guaranteed to work all the time).

Reply via email to