This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/15770] [3.4/3.5 regression] compiler does not reject illegal forward reference
- From: "mmitchel at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Jun 2004 20:17:28 -0000
- Subject: [Bug c++/15770] [3.4/3.5 regression] compiler does not reject illegal forward reference
- References: <20040602065348.15770.jbeulich@novell.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From mmitchel at gcc dot gnu dot org 2004-06-04 20:17 -------
This is not a bug. The standard does not say that the compiler must actually
instantiate ttt<ddd>::test before ddd is complete.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15770