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

Eric Gallager <egallager at gcc dot gnu.org> changed:

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

--- Comment #14 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to Jakub Jelinek from comment #13)
> 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).

That's bug 78685, isn't it?

Reply via email to