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++/42218] [4.5 Regression] Broken diagnostic: 'tree_vec' not supported by pp_c_expression



------- Comment #3 from dodji at gcc dot gnu dot org  2009-12-04 07:38 -------
Subject: Bug 42218

Author: dodji
Date: Fri Dec  4 07:38:42 2009
New Revision: 154972

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=154972
Log:
Fix PR c++/42218

gcc/cp/ChangeLog:
        PR c++/42218
        * cxx-pretty-print.c (pp_cxx_unqualified_id): Print only innermost
        template arguments.

gcc/testsuite/ChangeLog:
        PR c++/42218
        * g++.dg/other/error33.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/other/error33.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/cxx-pretty-print.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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