aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cxx-pretty-print.h
diff options
context:
space:
mode:
authorPaolo Carlini <pcarlini@suse.de>2007-09-27 09:20:59 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2007-09-27 09:20:59 +0000
commit6208170481d560900fd19e3b393c746fd8c0a6e2 (patch)
tree0a7bcbefc643e188970ff9b523de63799fde6768 /gcc/cp/cxx-pretty-print.h
parentc94ed7a1ae35d90b76e04cc7d8a9d72a7aa1451c (diff)
downloadgcc-6208170481d560900fd19e3b393c746fd8c0a6e2.zip
gcc-6208170481d560900fd19e3b393c746fd8c0a6e2.tar.gz
gcc-6208170481d560900fd19e3b393c746fd8c0a6e2.tar.bz2
re PR c++/33493 (Broken diagnostic: 'dl_expr' not supported by dump_expr)
/cp 2007-09-27 Paolo Carlini <pcarlini@suse.de> PR c++/33493 * error.c (dump_expr): Deal with DELETE_EXPR and VEC_DELETE_EXPR. * cxx-pretty-print.c (pp_cxx_delete_expression): Add missing spaces in the formatting. * cxx-pretty-print.h (pp_cxx_delete_expression): Declare. /testsuite 2007-09-27 Paolo Carlini <pcarlini@suse.de> PR c++/33493 * g++.dg/template/error31.C: New. From-SVN: r128831
Diffstat (limited to 'gcc/cp/cxx-pretty-print.h')
-rw-r--r--gcc/cp/cxx-pretty-print.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cp/cxx-pretty-print.h b/gcc/cp/cxx-pretty-print.h
index b653376..66943ac 100644
--- a/gcc/cp/cxx-pretty-print.h
+++ b/gcc/cp/cxx-pretty-print.h
@@ -72,5 +72,6 @@ void pp_cxx_canonical_template_parameter (cxx_pretty_printer *, tree);
void pp_cxx_trait_expression (cxx_pretty_printer *, tree);
void pp_cxx_typeid_expression (cxx_pretty_printer *, tree);
void pp_cxx_va_arg_expression (cxx_pretty_printer *, tree);
+void pp_cxx_delete_expression (cxx_pretty_printer *, tree);
#endif /* GCC_CXX_PRETTY_PRINT_H */