summaryrefslogtreecommitdiff
path: root/gcc/cp/except.c
Commit message (Expand)AuthorAgeFilesLines
* 2016-02-19 Jakub Jelinek <jakub@redhat.com>edlinger2016-02-191-1/+2
* Update copyright years.jakub2016-01-041-1/+1
* Support __cxa_free_exception and fix exception handling.torvald2015-11-201-0/+10
* adaamacleod2015-11-111-5/+0
* adaamacleod2015-10-291-4/+3
* remove more useless typedefstbsaunde2015-08-191-2/+2
* * except.c (check_noexcept_r): Assert that fn is POINTER_TYPE_P.jason2015-08-171-1/+3
* 2015-07-28 Paolo Carlini <paolo.carlini@oracle.com>paolo2015-07-281-2/+3
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-1/+0
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-1/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-3/+0
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-3/+0
* gcc/c-family/jason2015-05-061-1/+5
* PR sanitizer/64984jakub2015-02-121-1/+1
* Always pass explicit location to fatal_error.jsm282015-01-301-1/+2
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-0/+9
* Update copyright years.jakub2015-01-051-1/+1
* DR 1351jason2014-04-291-0/+12
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* Added Compiler Support for _Cilk_spawn and _Cilk_sync for C++.bviyer2013-12-111-0/+18
* Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+3
* 2013-11-12 Andrew MacLeod <amacleod@redhat.com>amacleod2013-11-121-1/+0
* In C++11 a trivial [cd]tor might not be callable.jason2013-10-231-8/+12
* Handle noexcept on transactions with -fno-exceptionsvries2013-09-071-0/+3
* Correct previous patch to not mark terminate as LEAF.hubicka2013-08-301-12/+7
* * class.c (build_vtbl_initializer): Make __cxa_deleted_virtualhubicka2013-08-301-25/+26
* * except.c (is_admissible_throw_operand_or_catch_parameter): Checkjason2013-05-091-0/+11
* 2013-03-29 Paolo Carlini <paolo.carlini@oracle.com>paolo2013-03-291-4/+4
* * tree.h (VAR_P): New.gdr2013-03-291-1/+1
* * cp-tree.h (abstract_class_use): New enum.jason2013-03-171-10/+2
* Update copyright years in gcc/rsandifo2013-01-101-3/+1
* PR c++/54207jakub2012-12-061-5/+11
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-6/+4
* 2012-09-13 Paolo Carlini <paolo.carlini@oracle.com>paolo2012-09-131-4/+2
* Remove unnecessary VEC function overloads.dnovillo2012-09-111-5/+2
* /cppaolo2012-09-051-1/+1
* /cppaolo2012-06-061-2/+4
* * output.h (__gcc_host_wide_int__): Move to hwint.h.steven2012-05-311-1/+0
* /cppaolo2012-05-211-1/+1
* /cppaolo2012-05-171-14/+34
* /cppaolo2012-04-181-2/+2
* Add condition to MUST_NOT_THROW_EXPR.torvald2011-12-121-3/+27
* Merge from transactional-memory branch.aldyh2011-11-081-0/+49
* Convert standard builtin functions from being arrays to using a functional in...meissner2011-10-111-2/+2
* * except.c (expr_noexcept_p): Split out from finish_noexcept_expr.jason2011-09-251-4/+17
* PR c++/50055jason2011-08-231-2/+4
* 2011-07-19 Richard Guenther <rguenther@suse.de>rguenth2011-07-191-3/+3
* * Make-lang.in (check-g++-strict-gc): New.jason2011-07-161-0/+2
* * call.c (add_builtin_candidates): Use cv_unqualified rather thanjason2011-06-211-1/+1
* PR c++/49107jason2011-06-081-2/+6