re PR c++/58612 ([c++11] ICE calling non-constexpr from constexpr in template class)
authorJason Merrill <jason@redhat.com>
Mon, 14 Jul 2014 05:25:25 +0000 (01:25 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 14 Jul 2014 05:25:25 +0000 (01:25 -0400)
commit22c6ea004237e0dd3aebdfec3cbaad138bec06df
treea46bc4fe4cf82e362a248baa5cd252c9e0dfd201
parent7ce5ae457b6843015074781a5a4d76a3765b2c1c
re PR c++/58612 ([c++11] ICE calling non-constexpr from constexpr in template class)

PR c++/58612
* tree.c (bot_replace): Only replace a dummy 'this' parm.

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