OSDN Git Service

PR c++/49290
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Jun 2011 18:15:43 +0000 (18:15 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Jun 2011 18:15:43 +0000 (18:15 +0000)
commit97bf331110778169510a07a3ba8a42778c2826ce
tree4f165ec8e718ed30836e45e57e1842a5f4d553fa
parent165d480ae1254ccd5fdaf252b03425737b59da14
PR c++/49290
* semantics.c (cxx_fold_indirect_ref): Local, more permissive copy
of fold_indirect_ref_1.
(cxx_eval_indirect_ref): Use it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@175041 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/semantics.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/constexpr-array-ptr7.C [new file with mode: 0644]