PR c++/66001
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Jun 2015 14:55:23 +0000 (14:55 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Jun 2015 14:55:23 +0000 (14:55 +0000)
commit7f67d68c56e531d17a1d9150fac23671c052c02e
tree06a7f084677619ac8ab0087fe06bf716fe115ce9
parentc01ee3258d0a8a4aa66f32834c5d339cf03e5790
PR c++/66001
* constexpr.c (cxx_eval_constant_expression): Handle TRY_BLOCK and
TRY_FINALLY_EXPR.
(potential_constant_expression_1): Likewise.

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