This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: g++ pointer tracking question
- From: Steve Ellcey <sje at cup dot hp dot com>
- To: jason at redhat dot com
- Cc: gcc at gcc dot gnu dot org, law at redhat dot com
- Date: Mon, 20 May 2002 12:26:19 -0700 (PDT)
- Subject: Re: g++ pointer tracking question
- Reply-to: sje at cup dot hp dot com
Jason,
While the change you suggested does fix my problem it looks like it
breaks other things. I kicked off a C & C++ test suite run and got a
few new C++ failures like g++.jason/pmem3.C where g++ is now saying:
pmem3.C: In function `int main()':
pmem3.C:9: cannot convert `apm' from type `int A::*' to type `int B::*'
pmem3.C:10: cannot convert `apm' from type `int A::*' to type `int B::*'
I never got this before.
Steve Ellcey
sje@cup.hp.com