This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/21799] [4.0/4.1 regression] Spurious ambiguity with pointers to members
- From: "nathan at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Jul 2005 11:08:49 -0000
- Subject: [Bug c++/21799] [4.0/4.1 regression] Spurious ambiguity with pointers to members
- References: <20050528163432.21799.bangerth@dealii.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From nathan at gcc dot gnu dot org 2005-07-08 11:08 -------
Fixed mainline
2005-07-08 Nathan Sidwell <nathan@codesourcery.com>
PR c++/21799
* pt.c (type_unification_real): Add is_method argument. Use it
for this pointer unification.
(fn_type_unification): Adjust type_unification_real call.
(unify): Likewise.
--
What |Removed |Added
----------------------------------------------------------------------------
Known to fail|4.0.1 4.1.0 |4.0.1
Known to work|3.4.0 4.0.0 |3.4.0 4.0.0 4.1.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21799