This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [C++ PATCH,committed] Fix PR12924 (TEMPLATE_ID_EXPR handling in finish_class_member_access_expr)


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]