[Bug c++/29105] [4.2 Regression] segfault in add_candidates with a non template base class and a template member function

2006-10-05 Thread reichelt at gcc dot gnu dot org
--- Comment #6 from reichelt at gcc dot gnu dot org 2006-10-05 20:31 --- *** Bug 29021 has been marked as a duplicate of this bug. *** -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/29105] [4.2 Regression] segfault in add_candidates with a non template base class and a template member function

2006-10-01 Thread mmitchel at gcc dot gnu dot org
--- Comment #5 from mmitchel at gcc dot gnu dot org 2006-10-02 04:34 --- Fixed in 4.2.0. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Stat

[Bug c++/29105] [4.2 Regression] segfault in add_candidates with a non template base class and a template member function

2006-10-01 Thread mmitchel at gcc dot gnu dot org
--- Comment #4 from mmitchel at gcc dot gnu dot org 2006-10-02 04:13 --- Subject: Bug 29105 Author: mmitchel Date: Mon Oct 2 04:12:51 2006 New Revision: 117361 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117361 Log: PR c++/29105 * pt.c (tsubst_baselink): Sub

[Bug c++/29105] [4.2 Regression] segfault in add_candidates with a non template base class and a template member function

2006-10-01 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |mark at codesourcery dot com |dot org

[Bug c++/29105] [4.2 Regression] segfault in add_candidates with a non template base class and a template member function

2006-09-20 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29105

[Bug c++/29105] [4.2 Regression] segfault in add_candidates with a non template base class and a template member function

2006-09-18 Thread janis at gcc dot gnu dot org
--- Comment #3 from janis at gcc dot gnu dot org 2006-09-18 19:23 --- A regression hunt on powerpc-linux using the testcase from comment #2 identified this patch: http://gcc.gnu.org/viewcvs?view=rev&rev=116468 r116468 | mmitchel | 2006-08-26 16:23:33 + (Sat, 26 Aug 2006)

[Bug c++/29105] [4.2 Regression] segfault in add_candidates

2006-09-17 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-09-17 09:08 --- Reduced testcase: struct Observer { template < typename T > void observeComponent (); }; template < typename T > struct TagFilter : Observer { TagFilter () { observeComponent < int > (); } }; -- Thi

[Bug c++/29105] [4.2 Regression] segfault in add_candidates

2006-09-16 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29105

[Bug c++/29105] [4.2 Regression] segfault in add_candidates

2006-09-16 Thread tbm at cyrius dot com
--- Comment #1 from tbm at cyrius dot com 2006-09-16 11:55 --- Program received signal SIGSEGV, Segmentation fault. add_candidates (fns=0x2dd4ba20, args=0x0, explicit_targs=0x2fad4b70, template_only=1 '\001', conversion_path=0x0, access_path=0x0, flags=3, candidates=0x7fc