This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/3842: Non implemented feature affecting compile
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, marian at mail dot jozep dot com dot au, nobody at gcc dot gnu dot org
- Subject: Re: c++/3842: Non implemented feature affecting compile
- From: aoliva at gcc dot gnu dot org
- Date: 29 Jul 2001 02:45:17 -0000
Synopsis: Non implemented feature affecting compile
State-Changed-From-To: open->closed
State-Changed-By: aoliva
State-Changed-When: Sat Jul 28 19:45:17 2001
State-Changed-Why:
`export' is a C++ keyword, so you can't name a function `export'. Even though the `export' keyword hasn't been implemented yet, it's doing you a favor by rejecting the construct, like any C++ compiler should do.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3842&database=gcc