c-pretty-print.h (pp_c_flag_gnu_v3): New enumerator.
authorSterling Augustine <saugustine@google.com>
Mon, 4 Jun 2012 17:52:42 +0000 (17:52 +0000)
committerSterling Augustine <sterling@gcc.gnu.org>
Mon, 4 Jun 2012 17:52:42 +0000 (17:52 +0000)
commit7496cd5bea9e9b4c1fd0dfef46fbea5718e7aa35
tree9e8eb9dc8726d5a4e921753eae23e1a20d104a76
parent764ce4f20a98a9579c7c972955fd2aa1f245b455
c-pretty-print.h (pp_c_flag_gnu_v3): New enumerator.

2012-06-04   Sterling Augustine  <saugustine@google.com>

* gcc/c-family/c-pretty-print.h (pp_c_flag_gnu_v3): New enumerator.
* gcc/c-family/c-pretty-print.c (pp_c_specifier_qualifier_list): Check
it at both the start and end of the function.
* gcc/cp/error.c (dump_decl): Check pp_c_flag_gnu_v3.
(decl_as_dwarf_string, lang_decl_dwarf_name): New functions.
(lang_decl_name): Handle namespace decls.
* gcc/cp/cp-tree.h: Declare decl_as_dwarf_string, lang_decl_dwarf_name.
* gcc/cp/cp-lang.c: Call them.

From-SVN: r188195
gcc/ChangeLog
gcc/c-family/c-pretty-print.c
gcc/c-family/c-pretty-print.h
gcc/cp/cp-lang.c
gcc/cp/cp-tree.h
gcc/cp/error.c