From f9a184dba7785ce691b1097214d19e2ce3ece595 Mon Sep 17 00:00:00 2001 From: paolo Date: Thu, 27 Sep 2007 09:20:59 +0000 Subject: /cp 2007-09-27 Paolo Carlini 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 PR c++/33493 * g++.dg/template/error31.C: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128831 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cp/cxx-pretty-print.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/cp/cxx-pretty-print.h') diff --git a/gcc/cp/cxx-pretty-print.h b/gcc/cp/cxx-pretty-print.h index b6533764478..66943ac0246 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 */ -- cgit v1.2.1