aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/except.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-15c.opt: Add -fnothrow-opt.Jason Merrill1-3/+16
2010-05-14C++ DR 475Jason Merrill1-49/+11
2010-05-14re PR c++/44127 (G++ emits unnecessary EH code)Jason Merrill1-2/+2
2010-05-06C++ support for -Wunused-but-set-variableJakub Jelinek1-0/+1
2010-01-20re PR c++/42038 (ICE: tree check: expected class 'type', have 'exceptional' (...Paolo Carlini1-6/+7
2009-12-17re PR c/40885 (build_indirect_ref i18n problems)Shujing Zhao1-2/+2
2009-11-20re PR c++/42060 ([c++0x] ICE throwing array with initializer list)Paolo Carlini1-2/+6
2009-09-14Squash commit of EH in gimpleRichard Henderson1-9/+5
2009-09-13langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.Richard Guenther1-10/+3
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-1/+2
2009-07-06decl.c: Replace %H by an explicit location.Manuel López-Ibáñez1-6/+7
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-1/+1
2009-05-21tree.c (build_tree_list_vec_stat): New function.Ian Lance Taylor1-5/+6
2009-03-27except.c (choose_personality_routine): Set terminate_node to abort for java e...Jan Hubicka1-0/+1
2008-08-18diagnostics.c (permerror_at): Rename as permerror.Manuel López-Ibáñez1-1/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-3/+4
2008-07-27decl.c (push_library_fn): Add a parameter for the exceptions that the functio...Paolo Carlini1-13/+25
2008-06-21typeck.c (composite_pointer_type_r, [...]): Change pedwarn to permerror.Jonathan Wakely1-2/+2
2008-03-25typeck.c (composite_pointer_type_r): Add SFINAE support.Douglas Gregor1-15/+21
2007-09-05re PR c++/15745 (exception specification incorrectly changes the type of the ...Jason Merrill1-0/+3
2007-09-04except.c (initialize_handler_parm): Use fold_build_cleanup_point_expr.Jason Merrill1-1/+1
2007-09-04re PR c++/31411 (ICE in gimplify_expr with throw/special copy constructor wit...Jason Merrill1-0/+3
2007-08-25c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi1-1/+1
2007-08-20re PR c++/22369 (C++ produces mis-matched types with pointers to member funct...Richard Guenther1-1/+1
2007-08-20tree.c (WALK_SUBTREE): Call walk_tree_1.Richard Guenther1-1/+1
2007-08-02typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton1-5/+4
2007-06-15[multiple changes]Andrew Pinski1-2/+3
2007-05-31re PR c++/7412 ([DR 106] References to references)Russell Yanofsky1-1/+14
2007-02-28builtins.c (fold_builtin_call_list, [...]): Delete, and replace with...Sandra Loosemore1-1/+1
2006-09-02re PR c++/28878 (ICE using "[" instead of "{")Jakub Jelinek1-1/+2
2006-08-29re PR c++/28139 (alias information for EH is wrong)J"orn Rennecke1-1/+8
2006-08-21re PR c++/27115 (ICE in cp_expr_size or miscompilation with statement express...Jason Merrill1-1/+1
2006-07-17re PR c++/28250 (ICE with invalid catch)Volker Reichelt1-2/+2
2006-06-06Fix up whitespacingMike Stump1-7/+7
2006-05-25re PR c++/20103 (ICE in create_tmp_var with C99 style struct initializer)Mark Mitchell1-4/+1
2006-05-19re PR c++/27471 (ICE within build_c_cast cp/typeck.c:5434)Mark Mitchell1-9/+29
2006-03-03add commentJason Merrill1-0/+4
2006-02-24Index: gcc/ChangeLogGeoffrey Keating1-1/+2
2006-02-18re PR c++/26266 (Trouble with static const data members in template classes)Mark Mitchell1-2/+3
2006-02-12re PR c++/24996 (ICE on throw code)Jason Merrill1-0/+1
2005-06-28Makefile.in: Set and use UNWIND_H.Paul Brook1-0/+5
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-15Canonicalize whitespace.Mike Stump1-21/+21
2005-06-14Remove extra white spacing at end of lines.Mike Stump1-12/+12
2005-05-23tweak commentJason Merrill1-9/+12
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-3/+3
2005-02-18re PR libstdc++/10606 (uncaught_exception() returns false too early)Richard Henderson1-34/+58
2005-02-11* cp-tree.def, except.c, ptree.c: Update copyright.Kazu Hirata1-1/+1
2005-02-09re PR c++/19733 (ICE on invalid destructor call)Mark Mitchell1-2/+5
2004-12-08re PR c++/18803 (rejects access to operator() in template)Nathan Sidwell1-2/+1