re PR c++/64080 ([C++14]ICE in cxx_eval_store_expression)
authorJason Merrill <jason@redhat.com>
Thu, 4 Dec 2014 20:37:24 +0000 (15:37 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 4 Dec 2014 20:37:24 +0000 (15:37 -0500)
commita1408b7e414610b8d7e2d3d6784746cff578178f
treec31054ac64e9362b5e679c8821fccad3ac4feb5a
parent6dc8211094a292f53016a95905bcdd7cd257cb71
re PR c++/64080 ([C++14]ICE in cxx_eval_store_expression)

PR c++/64080
* constexpr.c (cxx_eval_store_expression): Handle non-decl store
targets.

From-SVN: r218401
gcc/cp/ChangeLog
gcc/cp/constexpr.c
gcc/testsuite/g++.dg/cpp1y/constexpr-ref1.C [new file with mode: 0644]