PR c++/65054
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 13 Feb 2015 22:07:30 +0000 (22:07 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 13 Feb 2015 22:07:30 +0000 (22:07 +0000)
commit8fc043d8abaade620beadba15647f2977b78a0a6
treea3d3d0ff70776f75d1e90655b7d95c53b16ab059
parentc3fcfd44da367ae283e26a80c247c83278d484c1
PR c++/65054
* pt.c (template_args_equal): Look through conversions here.
* tree.c (cp_tree_equal): Not here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@220697 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/constexpr.c
gcc/cp/pt.c
gcc/cp/tree.c
gcc/testsuite/g++.dg/expr/ptr-arith1.C [new file with mode: 0644]