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

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

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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Can't reproduce (not that anyone would care) with either current 9 branch or
current trunk, there is no reason not to use DWARF.
Sure, on the line that defines the variable you can see garbage in the variable
because it is not initialized yet and STABS has no way to express that (though,
with -O0 gcc doesn't track that anyway), but on the following line which you
get after b main r n it shows the var to be all zeros.

Reply via email to