summaryrefslogtreecommitdiff
path: root/gcc/cp/except.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-25Backport sanitizer patches from GCC mainline.Maxim Ostapenko1-1/+1
2014-01-02Update copyright years in gcc/rsandifo1-1/+1
2013-12-11Added Compiler Support for _Cilk_spawn and _Cilk_sync for C++.bviyer1-0/+18
2013-11-19Factor unrelated declarations out of tree.h.dnovillo1-0/+3
2013-11-122013-11-12 Andrew MacLeod <amacleod@redhat.com>amacleod1-1/+0
2013-10-23 In C++11 a trivial [cd]tor might not be callable.jason1-8/+12
2013-09-07Handle noexcept on transactions with -fno-exceptionsvries1-0/+3
2013-08-30 Correct previous patch to not mark terminate as LEAF.hubicka1-12/+7
2013-08-30 * class.c (build_vtbl_initializer): Make __cxa_deleted_virtualhubicka1-25/+26
2013-05-09 * except.c (is_admissible_throw_operand_or_catch_parameter): Checkjason1-0/+11
2013-03-292013-03-29 Paolo Carlini <paolo.carlini@oracle.com>paolo1-4/+4
2013-03-29 * tree.h (VAR_P): New.gdr1-1/+1
2013-03-17 * cp-tree.h (abstract_class_use): New enum.jason1-10/+2
2013-01-10Update copyright years in gcc/rsandifo1-3/+1
2012-12-06 PR c++/54207jakub1-5/+11
2012-11-18This patch rewrites the old VEC macro-based interface into a new onednovillo1-6/+4
2012-09-132012-09-13 Paolo Carlini <paolo.carlini@oracle.com>paolo1-4/+2
2012-09-11Remove unnecessary VEC function overloads.dnovillo1-5/+2
2012-09-05/cppaolo1-1/+1
2012-06-06/cppaolo1-2/+4
2012-05-31 * output.h (__gcc_host_wide_int__): Move to hwint.h.steven1-1/+0
2012-05-21/cppaolo1-1/+1
2012-05-17/cppaolo1-14/+34
2012-04-18/cppaolo1-2/+2
2011-12-12Add condition to MUST_NOT_THROW_EXPR.torvald1-3/+27
2011-11-08Merge from transactional-memory branch.aldyh1-0/+49
2011-10-11Convert standard builtin functions from being arrays to using a functional in...meissner1-2/+2
2011-09-25 * except.c (expr_noexcept_p): Split out from finish_noexcept_expr.jason1-4/+17
2011-08-23 PR c++/50055jason1-2/+4
2011-07-192011-07-19 Richard Guenther <rguenther@suse.de>rguenth1-3/+3
2011-07-16 * Make-lang.in (check-g++-strict-gc): New.jason1-0/+2
2011-06-21 * call.c (add_builtin_candidates): Use cv_unqualified rather thanjason1-1/+1
2011-06-08 PR c++/49107jason1-2/+6
2011-04-07 PR c++/48468jason1-0/+5
2011-03-28 * except.c (build_noexcept_spec): Call cxx_constant_value afterjason1-1/+1
2010-11-30 * diagnostic-core.h: Include bversion.h.jsm281-1/+0
2010-11-02 * call.c (null_ptr_cst_p): Use maybe_constant_value.jason1-6/+17
2010-10-27 * except.c (build_throw): Set EXPR_LOCATION.jason1-1/+4
2010-10-13Centralize knowledge of eh personality routines.rth1-3/+2
2010-09-27 Require lvalues as specified by the standard.jason1-1/+1
2010-08-20gcc/froydnj1-3/+1
2010-08-19 * except.c (pending_noexcept, pending_noexcept_checks): New.jason1-6/+58
2010-06-28gcc/ChangeLog:steven1-8/+28
2010-06-16 * c.opt: Add -Wnoexcept.jason1-12/+27
2010-06-09 * call.c (build_java_interface_fn_ref): Call build_function_type_listfroydnj1-16/+14
2010-06-04 Implement noexcept-specification (15.4)jason1-0/+61
2010-06-04 Implement noexcept operator (5.3.7)jason1-0/+64
2010-05-30 * cp-tree.h (cp_build_function_call_nary): Declare.froydnj1-20/+13
2010-05-25gcc/ChangeLog:steven1-3/+0
2010-05-16gcc:jason1-3/+16