This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r249814 - in /branches/gcc-7-branch/gcc: cp/Cha...
- From: jason at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Thu, 29 Jun 2017 19:44:58 -0000
- Subject: r249814 - in /branches/gcc-7-branch/gcc: cp/Cha...
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