This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
This patch adds using directive and using decls support in dwarf2out.c (and namespace alias).
More information about this patch is in this msg: http://gcc.gnu.org/ml/gcc/2003-12/msg00336.html
GDB test run does not reveal any new regression. (I used David Carlton's carlton_dictionary-branch for GDB testing).
OK for mainline ? -- Devang
* name-lookup.c: Include "debug.h" (do_namespace_alias): Invoke debug_hooks to emit debug info for namespace alias. * parser.c: Include "debug.h" (cp_emit_debug_info_for_using): New function. (cp_parser_using_declaration): Emit debug info for using decl. (cp_parser_using_directive): Invoke debug_hooks to emit debug info for using directive. * Make-lang.in (cp/parser.o): Depend on debug.h (cp/name-lookup.o): Same.
Attachment:
dwarf_using.diff
Description: Binary data
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |