[Bug c++/8171] Cannot compare pointer to member function of base and derived class

2007-12-01 Thread aaw at gcc dot gnu dot org
--- Comment #8 from aaw at gcc dot gnu dot org 2007-12-01 08:57 --- Subject: Bug 8171 Author: aaw Date: Sat Dec 1 08:56:55 2007 New Revision: 130554 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=130554 Log: PR c++/8171 gcc/cp/ * typeck.c

[Bug c++/8171] Cannot compare pointer to member function of base and derived class

2007-12-01 Thread aaw at gcc dot gnu dot org
--- Comment #9 from aaw at gcc dot gnu dot org 2007-12-01 09:08 --- Fixed by revision 130554. -- aaw at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/8171] Cannot compare pointer to member function of base and derived class

2007-10-30 Thread patchapp at dberlin dot org
--- Comment #7 from patchapp at dberlin dot org 2007-10-30 07:20 --- Subject: Bug number PR c++/8171 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-10/msg01789.html --

[Bug c++/8171] Cannot compare pointer to member function of base and derived class

2006-04-22 Thread patchapp at dberlin dot org
--- Comment #6 from patchapp at dberlin dot org 2006-04-23 01:15 --- Subject: Bug number PR c++/8171 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-04/msg00861.html --

[Bug c++/8171] Cannot compare pointer to member function of base and derived class

2006-04-21 Thread reichelt at gcc dot gnu dot org
--- Comment #5 from reichelt at gcc dot gnu dot org 2006-04-21 20:09 --- Testing a patch. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/8171] Cannot compare pointer to member function of base and derived class

2004-11-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-06 03:17 --- PR 18040 shows a testcase where we ICE and the problem is related to this testcase. -- What|Removed |Added