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 objc++/48275] getter=namespace failing with .mm


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

--- Comment #2 from Nicola Pero <nicola at gcc dot gnu.org> 2011-06-06 22:09:51 UTC ---
Author: nicola
Date: Mon Jun  6 22:09:47 2011
New Revision: 174726

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174726
Log:
In gcc/cp/:
2011-06-06  Nicola Pero  <nicola.pero@meta-innovation.com>,

    PR obj-c++/48275
    * parser.c (cp_parser_objc_at_property_declaration): Allow setter
    and getter names to use all the allowed method names.

In gcc/testsuite/:
2011-06-06  Nicola Pero  <nicola.pero@meta-innovation.com>

    PR objc-++/48275
    * obj-c++.dg/property/cxx-property-1.mm: New.    
    * obj-c++.dg/property/cxx-property-2.mm: New.

Added:
    trunk/gcc/testsuite/obj-c++.dg/property/cxx-property-1.mm
    trunk/gcc/testsuite/obj-c++.dg/property/cxx-property-2.mm
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/parser.c
    trunk/gcc/testsuite/ChangeLog


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