This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/17585] g++ generates errors on a legal code.
- From: "tal dot agmon at nsc dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Sep 2004 07:22:41 -0000
- Subject: [Bug c++/17585] g++ generates errors on a legal code.
- References: <20040921144843.17585.tal.agmon@nsc.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From tal dot agmon at nsc dot com 2004-09-22 07:22 -------
According to my quotes from the ANSI-C++ the following syntax is valid:
void g(void) { S03<&f> s03; }
However, the compiler issues errors.
If someone thinks that this is an invalid code, please provide some proof.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17585