This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C++ PATCH,committed] Fix PR12924 (TEMPLATE_ID_EXPR handling in finish_class_member_access_expr)
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: <lerdsuwa at users dot sourceforge dot net>
- Cc: <gcc-patches at gcc dot gnu dot org>
- Date: 23 Nov 2003 14:45:07 +0100
- Subject: Re: [C++ PATCH,committed] Fix PR12924 (TEMPLATE_ID_EXPR handling in finish_class_member_access_expr)
- Organization: Integrable Solutions
- References: <Pine.LNX.4.33.0311231839260.19809-100000@localhost.localdomain>
Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net> writes:
| Hi
|
| This obvious patch fix the ICE PR12924 which is a regression in GCC 3.4.
| We simply forget to deal with TEMPLATE_ID_EXPR that has OVERLOAD,
| TEMPLATE_DECL, as its first operand besides IDENTIFIER_NODE.
I think the documentation says somewhere that the first operand is an
IDENTIFIER_NODE.
-- Gaby