------- Comment #6 from mmitchel at gcc dot gnu dot org 2006-04-12 02:05 ------- Subject: Bug 26295
Author: mmitchel Date: Wed Apr 12 02:05:21 2006 New Revision: 112881 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112881 Log: PR c++/26295 * decl.c (grokdeclarator): Remove namespace-handling code for pointers-to-members. * parser.c (cp_parser_ptr_operator): Check for qualified names using namespaces. PR c++/26295 * g++.dg/parse/ptrmem4.C: New test. Added: branches/gcc-4_1-branch/gcc/testsuite/g++.dg/parse/ptrmem4.C Modified: branches/gcc-4_1-branch/gcc/cp/ChangeLog branches/gcc-4_1-branch/gcc/cp/parser.c branches/gcc-4_1-branch/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26295