This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: g++.law/operators24.C and --enable-checking=gcac
On Wed, Jun 07, 2000 at 12:59:46AM -0700, Mark Mitchell wrote:
>
> Zack --
>
> I think this patch will fix the bug you reported on
> g++.law/operators24.C. It changes the compiler to do name lookup by
> DECL_NAME, not DECL_ASSEMBLER_NAME, which makes a lot more sense.
This does fix the problem for me. I'm seeing other --enable-checking
regressions but they appear unrelated.
zw