re PR c++/47263 ([C++0x] lambda + dynamic-exception-specification std::unexpected...
authorJason Merrill <jason@redhat.com>
Mon, 23 May 2011 15:48:37 +0000 (11:48 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 23 May 2011 15:48:37 +0000 (11:48 -0400)
commit86d822aa63c1694e896ab66c92fa660fc4864c9f
tree89fb7d1e228ef02554dc27db12fcb40c5e032993
parentdbee8bb3da264ebff80a3a3cdef017fbc0566467
re PR c++/47263 ([C++0x] lambda + dynamic-exception-specification std::unexpected() is not called.)

PR c++/47263
* decl.c (use_eh_spec_block): Do use an EH spec block for a
lambda op().

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