------- Comment #3 from reichelt at gcc dot gnu dot org 2008-01-02 23:48 ------- Subject: Bug 33493
Author: reichelt Date: Wed Jan 2 23:47:08 2008 New Revision: 131267 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131267 Log: Backport: 2007-09-27 Paolo Carlini <[EMAIL PROTECTED]> 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. Added: branches/gcc-4_2-branch/gcc/testsuite/g++.dg/template/error31.C Modified: branches/gcc-4_2-branch/gcc/cp/ChangeLog branches/gcc-4_2-branch/gcc/cp/cxx-pretty-print.c branches/gcc-4_2-branch/gcc/cp/cxx-pretty-print.h branches/gcc-4_2-branch/gcc/cp/error.c branches/gcc-4_2-branch/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33493