This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: ICE: malformed code gives ICE for &(C::m)
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Mike Stump <mrs at apple dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: 06 Aug 2002 01:04:52 +0200
- Subject: Re: ICE: malformed code gives ICE for &(C::m)
- Organization: CodeSourcery, LLC
- References: <55B771EE-A8AA-11D6-AFC8-000393941EE6@apple.com>
Mike Stump <mrs@apple.com> writes:
| Ping...
|
| http://gcc.gnu.org/ml/gcc-patches/2002-07/msg01427.html
Hi,
I crossed the ICE you're fixing and I'm wondering if it wouldn't be
better to fix it at the point of construction of &(C::m) since that
already is invalid if m is member function.
-- Gaby