[Bug c++/20465] [4.0/4.1 regression] error: no matching function for call

2005-03-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-22 09:52 --- Subject: Bug 20465 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-03-22 09:52:11 Modified files: gcc/cp : Change

[Bug c++/20465] [4.0/4.1 regression] error: no matching function for call

2005-03-22 Thread nathan at gcc dot gnu dot org
--- Additional Comments From nathan at gcc dot gnu dot org 2005-03-22 09:35 --- 2005-03-22 Nathan Sidwell <[EMAIL PROTECTED]> PR c++/20465 PR c++/20381 * typeck.c (build_ptrmemfunc): Allow OFFSET_REF when processing a template. -- What

[Bug c++/20465] [4.0/4.1 regression] error: no matching function for call

2005-03-22 Thread nathan at gcc dot gnu dot org
-- Bug 20465 depends on bug 20381, which changed state. Bug 20381 Summary: [4.0/4.1 Regression] ICE in build_ptrmemfunc, at cp/typeck.c:5702 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20381 What|Old Value |New Value ---

[Bug c++/20465] [4.0/4.1 regression] error: no matching function for call

2005-03-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-22 09:32 --- Subject: Bug 20465 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-22 09:30:25 Modified files: gcc/cp : ChangeLog typeck.c gcc/tests

[Bug c++/20465] [4.0/4.1 regression] error: no matching function for call

2005-03-22 Thread micis at gmx dot de
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-22 09:32 --- Subject: Bug 20465 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-22 09:30:25 Modified files: gcc/cp : ChangeLog typeck.c gcc/tests

[Bug c++/20465] [4.0/4.1 regression] error: no matching function for call

2005-03-17 Thread nathan at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |nathan at gcc dot gnu dot |dot org |org Status|NEW

[Bug c++/20465] [4.0/4.1 regression] error: no matching function for call

2005-03-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-14 02:25 --- Reduced testcase: template void mem_fun_ref(_Ret (_Tp::*__f)()); struct A { double f(); }; template void f() { mem_fun_ref(&A::f); } void g() { f(); } -- What|Removed

[Bug c++/20465] [4.0/4.1 regression] error: no matching function for call

2005-03-13 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added BugsThisDependsOn||20381 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20465

[Bug c++/20465] [4.0/4.1 regression] error: no matching function for call

2005-03-13 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||pinskia at gcc dot gnu dot ||org Keywords|