This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/16234] Bad diagnostic
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Jun 2004 18:09:54 -0000
- Subject: [Bug c++/16234] Bad diagnostic
- References: <20040627174006.16234.igodard@pacbell.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-06-27 18:09 -------
I should note that the template keyword is required by the standard, this is dup of bug 16233.
Note a->b the type of b is not known untill the template is instantiated so a->b < 5 would be valid
until then and will cause an error when the template is instantiated.
*** This bug has been marked as a duplicate of 16233 ***
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16234