--- 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
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
--- 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
--- 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
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
--
What|Removed |Added
CC||kjd at duda dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20724
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
--- 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