[Bug objc++/48275] getter=namespace failing with .mm

nicola at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Oct 15 08:05:00 GMT 2011


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

--- Comment #4 from Nicola Pero <nicola at gcc dot gnu.org> 2011-10-15 08:04:39 UTC ---
Author: nicola
Date: Sat Oct 15 08:04:33 2011
New Revision: 180023

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

    Backport from mainline
    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-10-15  Nicola Pero  <nicola.pero@meta-innovation.com>

    Backport from mainline
    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:
    branches/gcc-4_6-branch/gcc/testsuite/obj-c++.dg/property/cxx-property-1.mm
    branches/gcc-4_6-branch/gcc/testsuite/obj-c++.dg/property/cxx-property-2.mm
Modified:
    branches/gcc-4_6-branch/gcc/cp/ChangeLog
    branches/gcc-4_6-branch/gcc/cp/parser.c
    branches/gcc-4_6-branch/gcc/testsuite/ChangeLog



More information about the Gcc-bugs mailing list