re PR c++/50424 (G++ doesn't notice possible throw from default argument)
authorJason Merrill <jason@redhat.com>
Fri, 16 Sep 2011 21:16:16 +0000 (17:16 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 16 Sep 2011 21:16:16 +0000 (17:16 -0400)
commit5507a6c379755d2dbdcd6465943c77666eddccd2
treec1aa9820f4c20816bdace6003685cbac03dbc414
parentc0b0ee6f188f16485717954d20d82a293299ff01
re PR c++/50424 (G++ doesn't notice possible throw from default argument)

PR c++/50424
* call.c (set_flags_from_callee): Split out from build_call_a.
* cp-tree.h: Declare it.
* tree.c (bot_manip): Call it.

From-SVN: r178918
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/cp-tree.h
gcc/cp/tree.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/eh/defarg1.C [new file with mode: 0644]