re PR c++/48089 ([C++0x] ICE on in(?)valid in constexpr constructors)
authorJason Merrill <jason@redhat.com>
Tue, 29 Mar 2011 18:47:43 +0000 (14:47 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 29 Mar 2011 18:47:43 +0000 (14:47 -0400)
commit00a0d6f3590e0e9891fc01d21667de892d6a89c6
treeea1426ddcfe08e8bf73ce3214a37e83090c61fe5
parent5c82436e4009c53b40616b83da778e3548a8a6af
re PR c++/48089 ([C++0x] ICE on in(?)valid in constexpr constructors)

PR c++/48089
* semantics.c (potential_constant_expression_1): Change error about
use of *this in constructor into sorry.

From-SVN: r171687
gcc/cp/ChangeLog
gcc/cp/semantics.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/constexpr-48089.C