aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/except.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-21call.c (add_builtin_candidates): Use cv_unqualified rather than TYPE_MAIN_VAR...Jason Merrill1-1/+1
2011-06-08re PR c++/49107 ([C++0x][4.7 Regression] incomplete type regression with std:...Jason Merrill1-2/+6
2011-04-07re PR c++/48468 ([C++0x][SFINAE] noexcept operator does not handle function t...Jason Merrill1-0/+5
2011-03-28except.c (build_noexcept_spec): Call cxx_constant_value after converting to b...Jason Merrill1-1/+1
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-01call.c (null_ptr_cst_p): Use maybe_constant_value.Jason Merrill1-6/+17
2010-10-27* except.c (build_throw): Set EXPR_LOCATION.Jason Merrill1-1/+4
2010-10-13Centralize knowledge of eh personality routines.Richard Henderson1-3/+2
2010-09-27Require lvalues as specified by the standard.Jason Merrill1-1/+1
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-3/+1
2010-08-19except.c (pending_noexcept, [...]): New.Jason Merrill1-6/+58
2010-06-28system.h: Poison GCC_EXCEPT_H for front-end files.Steven Bosscher1-8/+28
2010-06-16c.opt: Add -Wnoexcept.Jason Merrill1-12/+27
2010-06-09call.c (build_java_interface_fn_ref): Call build_function_type_list instead o...Nathan Froyd1-16/+14
2010-06-04Implement noexcept-specification (15.4)Jason Merrill1-0/+61
2010-06-04Implement noexcept operator (5.3.7)Jason Merrill1-0/+64
2010-05-30cp-tree.h (cp_build_function_call_nary): Declare.Nathan Froyd1-20/+13
2010-05-25Makefile.in (EXCEPT_H): Fix typo.Steven Bosscher1-3/+0
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