This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/14502] [3.3 Regression] g++ compile fails "no matching function" using forward declaration of class involving inheritance
- 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: 9 Mar 2004 15:04:51 -0000
- Subject: [Bug c++/14502] [3.3 Regression] g++ compile fails "no matching function" using forward declaration of class involving inheritance
- References: <20040309145642.14502.stuart_hc@users.sourceforge.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-03-09 15:04 -------
Confirmed on the released version of 3.3.3. Note while 3.4.0 (20040116) accepts the code while 3.4
(20031218) rejects it. The reason why I did not change the status to NEW is because I do not have a
newer 3.3.x compiler. Also the mainline accepts the code and so does 3.0.4 making it a regression if it
is not already fixed on the 3.3.x branch.
--
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |rejects-valid
Known to fail| |3.3.1 3.3.3
Known to work| |3.4.0 3.5.0 3.0.4
Target Milestone|--- |3.3.4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14502