https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81188
--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> --- Author: jason Date: Thu Jun 29 19:44:58 2017 New Revision: 249814 URL: https://gcc.gnu.org/viewcvs?rev=249814&root=gcc&view=rev Log: PR c++/81188 - matching decltype of member function call. * tree.c (cp_tree_equal): Remove COMPONENT_REF special case. Added: branches/gcc-7-branch/gcc/testsuite/g++.dg/cpp0x/decltype-call4.C Modified: branches/gcc-7-branch/gcc/cp/ChangeLog branches/gcc-7-branch/gcc/cp/tree.c