This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug objc++/48275] getter=namespace failing with .mm
- From: "nicola at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 26 Mar 2011 08:19:38 +0000
- Subject: [Bug objc++/48275] getter=namespace failing with .mm
- Auto-submitted: auto-generated
- References: <bug-48275-4@http.gcc.gnu.org/bugzilla/>
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.