[Bug c++/20724] function overload resolution fails when any template is declared

2005-07-24 Thread kjd at duda dot org
--- Additional Comments From kjd at duda dot org 2005-07-24 17:33 --- I will admit I've had difficulty understanding the interaction between scope searching and overload resolution, but I cannot believe gcc is handling this right. Consider the example program: /* 1 */ namesp

[Bug c++/22206] New: gcc overload resolution fails to follow "using" in some cases

2005-06-27 Thread kjd at duda dot org
ad resolution fails to follow "using" in some cases Product: gcc Version: 3.4.3 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org

[Bug debug/20830] [3.3/3.4 Regression] bad debug info for static nested struct with virtual function

2005-04-08 Thread kjd at duda dot org
--- Additional Comments From kjd at duda dot org 2005-04-08 19:51 --- (In reply to comment #4) > Subject: Re: bad debug info for static nested struct with virtual function > On Fri, Apr 08, 2005 at 01:35:59PM -0000, kjd at duda dot org wrote: > > I get identical behavior f

[Bug debug/20830] bad debug info for static nested struct with virtual function

2005-04-08 Thread kjd at duda dot org
--- Additional Comments From kjd at duda dot org 2005-04-08 13:35 --- (In reply to comment #1) > What version of gdb are you using? Sorry for forgetting the gdb version number. I get identical behavior from both GNU gdb Red Hat Linux (6.1post- 1.20040607.41rh) and GNU gdb 6.3 (bu

[Bug debug/20830] New: bad debug info for static nested struct with virtual function

2005-04-08 Thread kjd at duda dot org
Severity: normal Priority: P2 Component: debug AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: kjd at duda dot org CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i386-redhat-linux GCC host triplet: i386-redhat-linux GCC target triplet: i

[Bug c++/20724] function overload resolution fails when any template is declared

2005-04-01 Thread kjd at duda dot org
-- What|Removed |Added CC||kjd at duda dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20724

[Bug c++/20724] New: function overload resolution fails when any template is declared

2005-04-01 Thread kjd at duda dot org
declared Product: gcc Version: 3.4.2 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: kjd at duda dot org CC: gcc-bugs at gcc

[Bug target/14563] new/delete much slower than malloc/free because of sjlj exceptions

2004-11-10 Thread kjd at duda dot org
--- Additional Comments From kjd at duda dot org 2004-11-10 17:05 --- (In reply to comment #40) > Ron, can you please attach your testcase that shows the problem to this PR? > This PR is a regression on cygwin because the speed is back with 3.2. Here's a test case for you