[Bug c++/18445] [3.4/4.0 Regression] ice during overload resolution in template instantiation

2005-09-17 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-09-17 20:58 --- The fix for the 3.4 branch had to be reverted, because it backported PR 18803. The problem will not be fixed on the 3.4 branch. It remains fixed on the 4.0 branch and mainline. -- What

[Bug c++/18445] [3.4/4.0 Regression] ice during overload resolution in template instantiation

2004-11-25 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-25 17:12 --- Subject: Bug 18445 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-25 17:11:37 Modified files: gcc: ChangeLog c-common.c c-common.h

[Bug c++/18445] [3.4/4.0 Regression] ice during overload resolution in template instantiation

2004-11-15 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |mark at codesourcery dot com |dot org | Status|NEW

[Bug c++/18445] [3.4/4.0 Regression] ice during overload resolution in template instantiation

2004-11-13 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2004-11-13 19:23 --- Mark, your patch http://gcc.gnu.org/ml/gcc-cvs/2003-07/msg00378.html seems to be responsible for the regression. Could you please have a look? -- What|Removed |Added

[Bug c++/18445] [3.4/4.0 Regression] ice during overload resolution in template instantiation

2004-11-12 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Keywords||ice-on-invalid-code Summary|ice during overload |[3.4/4.0 Regression] ice

[Bug c++/18445] [3.4/4.0 Regression] ice during overload resolution in template instantiation

2004-11-12 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-12 13:51 --- Confirmed, reduced to: struct a { int what(); }; void g(void*); templateclass T void f() { a ex; g(ex.what); } -- What|Removed |Added

[Bug c++/18445] [3.4/4.0 Regression] ice during overload resolution in template instantiation

2004-11-12 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-12 13:54 --- : Search converges between 2003-07-08-trunk (#288) and 2003-07-09-trunk (#289). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18445