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++/33844] [4.1/4.2/4.3 regression] Broken diagnostic: 'dotstar_expr/member_ref' not supported by pp_cxx_unqualified_id



------- Comment #1 from jakub at gcc dot gnu dot org  2007-10-27 15:55 -------
Subject: Bug 33844

Author: jakub
Date: Sat Oct 27 15:55:34 2007
New Revision: 129682

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129682
Log:
        PR c++/33844
        * cxx-pretty-print.c (pp_cxx_pm_expression) <case MEMBER_REF>: Print
        ->* rather than .*.
        * error.c (dump_expr): Handle MEMBER_REF and DOTSTAR_EXPR.

        * g++.dg/other/ptrmem8.C: New test.

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


-- 


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


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