]> git.ipfire.org Git - thirdparty/gcc.git/commit
Backport:
authorVolker Reichelt <reichelt@netcologne.de>
Wed, 2 Jan 2008 23:47:08 +0000 (23:47 +0000)
committerVolker Reichelt <reichelt@gcc.gnu.org>
Wed, 2 Jan 2008 23:47:08 +0000 (23:47 +0000)
commitea8198876cd3aa429bee873dec36394dc412c43e
treefbc64e173e85af3feb6913d1f60e0ba45d655538
parent18d4211a60cf7245abd761409cc5d4c2996b1902
Backport:

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.

* g++.dg/template/error31.C: New.

From-SVN: r131267
gcc/cp/ChangeLog
gcc/cp/cxx-pretty-print.c
gcc/cp/cxx-pretty-print.h
gcc/cp/error.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/template/error31.C [new file with mode: 0644]