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

Nicola Pero <nicola at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011.03.26 08:19:29
                 CC|                            |nicola at gcc dot gnu.org
     Ever Confirmed|0                           |1

--- Comment #1 from Nicola Pero <nicola at gcc dot gnu.org> 2011-03-26 08:19:29 UTC ---
Yes, this is unfortunately confirmed --

[nicola@lampone property]$ g++ cxx-property-1.mm -c
cxx-property-1.mm:8:19: error: expected identifier before ânamespaceâ
cxx-property-1.mm:8:19: error: expected â)â before ânamespaceâ
[nicola@lampone property]$

Thanks a lot for reporting it.


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