[Bug objc++/48275] getter=namespace failing with .mm
nicola at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Mar 26 08:28:00 GMT 2011
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.
More information about the Gcc-bugs
mailing list