This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/33493] [4.1/4.2/4.3 regression] Broken diagnostic: 'dl_expr' not supported by dump_expr



------- Comment #1 from paolo at gcc dot gnu dot org  2007-09-27 09:21 -------
Subject: Bug 33493

Author: paolo
Date: Thu Sep 27 09:20:59 2007
New Revision: 128831

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128831
Log:
/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.

Added:
    trunk/gcc/testsuite/g++.dg/template/error31.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/cxx-pretty-print.c
    trunk/gcc/cp/cxx-pretty-print.h
    trunk/gcc/cp/error.c
    trunk/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33493


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]