This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/46220] [4.3/4.4/4.5/4.6 Regression] Error: invalid covariant return type generated for incomplete class type and different qualifer
- From: "jason at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 5 Mar 2011 20:35:39 +0000
- Subject: [Bug c++/46220] [4.3/4.4/4.5/4.6 Regression] Error: invalid covariant return type generated for incomplete class type and different qualifer
- Auto-submitted: auto-generated
- References: <bug-46220-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46220
Jason Merrill <jason at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
Target Milestone|4.3.6 |4.6.0
--- Comment #7 from Jason Merrill <jason at gcc dot gnu.org> 2011-03-05 20:35:35 UTC ---
Fixed for 4.6. I'm somewhat reluctant to apply the patch to earlier releases,
since G++ was following the letter of the standard already, but am willing to
reconsider if someone really wants it in an earlier release.