re PR c++/61556 ([c++11][4.9/4.10 Regression] ‘*(const ValueType*)this’ is not a...
authorJason Merrill <jason@redhat.com>
Fri, 20 Jun 2014 18:31:53 +0000 (14:31 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 20 Jun 2014 18:31:53 +0000 (14:31 -0400)
commite2498d54f06c0bab7977047e5ab0277e69fc6319
tree02b9e535de3aca28ce166a4982f4cb0c1dc399ac
parent73b3e61bca04df93fcba001702c469deeed6a06d
re PR c++/61556 ([c++11][4.9/4.10 Regression] ‘*(const ValueType*)this’ is not a constant expression with valid code)

PR c++/61556
* call.c (build_over_call): Call build_this in template path.

From-SVN: r211853
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/testsuite/g++.dg/cpp0x/constexpr-template7.C [new file with mode: 0644]