[Bug debug/39563] C block scopes have no DW_TAG_lexical_block
jakub at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Mar 27 12:38:00 GMT 2009
------- Comment #2 from jakub at gcc dot gnu dot org 2009-03-27 12:38 -------
This seems to be just a C FE problem, C++ FE compiling the exact same testcase
gives the expected output (DW_TAG_lexical_block with DW_TAG_variable with
DW_AT_external). So IMHO just the C FE should be fixed to handle it like the
C++ FE and if there are gdb bugs, they should be fixed in gdb.
--
jakub at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2009-03-27 12:38:16
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39563
More information about the Gcc-bugs
mailing list