This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/50424] G++ doesn't notice possible throw from default argument


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50424

--- Comment #2 from Jason Merrill <jason at gcc dot gnu.org> 2011-09-16 21:16:19 UTC ---
Author: jason
Date: Fri Sep 16 21:16:16 2011
New Revision: 178918

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178918
Log:
    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.

Added:
    trunk/gcc/testsuite/g++.dg/eh/defarg1.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/call.c
    trunk/gcc/cp/cp-tree.h
    trunk/gcc/cp/tree.c
    trunk/gcc/testsuite/ChangeLog


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]