re PR c++/66585 (Internal compiler error when initialize field with lambda)
authorJason Merrill <jason@redhat.com>
Fri, 19 Jun 2015 18:37:41 +0000 (14:37 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 19 Jun 2015 18:37:41 +0000 (14:37 -0400)
commit2ddf4350d319a1eb95075513b27dee09523e9a90
tree7a2145ee447eb80e37fa6eb1419696168d76664a
parent62245e6f7ed68c9c387418827612d719fdc63830
re PR c++/66585 (Internal compiler error when initialize field with lambda)

PR c++/66585
* pt.c (instantiate_class_template_1): Clear
cp_unevaluated_operand and c_inhibit_evaluation_warnings.

From-SVN: r224684
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nsdmi8.C [new file with mode: 0644]