]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/except.c
Wrap option names in gcc internal messages with %< and %>.
[thirdparty/gcc.git] / gcc / cp / except.c
2019-03-11  marxinWrap option names in gcc internal messages with %<...
2019-01-01  jakub Update copyright years.
2018-12-15  jakub PR c++/88482
2018-12-06  aoliva[PR86397] resolve nondependent noexcept specs early...
2018-11-28  hubicka * except.c (do_allocate_exception): Annotate __cxa_all...
2018-09-24  mpolacek * cp-tree.h (build_noexcept_spec, add_exception_specif...
2018-09-05  mpolacek * cp-tree.h (treat_lvalue_as_rvalue_p): Declare.
2018-05-24  paolo2018-05-24 Paolo Carlini <paolo.carlini@oracle.com>
2018-05-14  paolo2018-05-14 Paolo Carlini <paolo.carlini@oracle.com>
2018-04-12  jason PR c++/85356 - ICE with pointer to member function.
2018-02-15  jason PR c++/84045 - ICE with typedef and noexcept.
2018-01-10  dmalcolmPreserving locations for variable-uses and constants...
2018-01-03  jakub Update copyright years.
2017-11-13  jason Defer folding of *&.
2017-10-05  nathan[C++ PATCH] Kill IDENTIFIER_GLOBAL_VALUE
2017-08-29  jason Add immediate potential_constant_expression variants.
2017-08-10  jason PR c++/80452 - Core 1579, implicit move semantics...
2017-06-27  nathan * cp-tree.h (CLASSTYPE_DESTRUCTORS): Rename to ...
2017-06-16  nathan Don't defer noexcept_deferred_spec.
2017-06-09  hubicka * builtin-attrs.def (ATTR_NORETURN_NOTHROW_LEAF_COLD_LIST,
2017-05-22  nathan * cp-tree.h (CPTI_TERMINATE, CPTI_CALL_UNEXPECTED...
2017-05-19  edlingergcc/c-family:
2017-05-05  nathan * cp-tree.h (IDENTIFIER_GLOBAL_VALUE): Use get_namespa...
2017-03-20  mpolacek PR c++/80059 - ICE with noexcept and __transaction_atomic
2017-03-05  paolo/cp
2017-01-18  nathan * cp-tree.h: Clarify exception spec node comment.
2017-01-01  jakub Update copyright years.
2016-12-24  jakub PR middle-end/78901
2016-10-08  jason Further P0135 refinement.
2016-10-06  jason C++17 copy elision improvements.
2016-10-04  jakub * doc/extend.texi (Java Exceptions): Remove.
2016-09-29  jakub Implement P0001R1 - C++17 removal of register storage...
2016-04-28  jason * cvt.c (cp_get_callee): New.
2016-02-19  edlinger2016-02-19 Jakub Jelinek <jakub@redhat.com>
2016-01-04  jakub Update copyright years.
2015-11-20  torvaldSupport __cxa_free_exception and fix exception handling.
2015-11-11  amacleodada
2015-10-29  amacleodada
2015-08-19  tbsaunderemove more useless typedefs
2015-08-17  jason * except.c (check_noexcept_r): Assert that fn is POINT...
2015-07-28  paolo2015-07-28 Paolo Carlini <paolo.carlini@oracle.com>
2015-07-08  amacleod2015-07-07 Andrew MacLeod <amacleod@redhat.com>
2015-06-17  amacleod2015-06-17 Andrew MacLeod <amacleod@redhat.com>
2015-06-08  amacleod2015-06-08 Andrew MacLeod <amacleod@redhat.com>
2015-06-04  amacleod2015-06-04 Andrew MacLeod <amacleod@redhat.com>
2015-05-06  jasongcc/c-family/
2015-02-12  jakub PR sanitizer/64984
2015-01-30  jsm28Always pass explicit location to fatal_error.
2015-01-09  prathamesh34922015-01-09 Michael Collison <michael.collison@linaro...
2015-01-05  jakub Update copyright years.
2014-04-30  mrsMerge in trunk.
2014-04-29  jason DR 1351
2014-01-03  mrsMerge in trunk.
2014-01-02  rsandifoUpdate copyright years in gcc/
2013-12-13  mrsMerge in trunk.
2013-12-11  bviyerAdded Compiler Support for _Cilk_spawn and _Cilk_sync...
2013-11-20  rsandifoMerge from trunk.
2013-11-19  dnovilloFactor unrelated declarations out of tree.h.
2013-11-16  mrsMerge in trunk.
2013-11-12  amacleod2013-11-12 Andrew MacLeod <amacleod@redhat.com>
2013-11-04  mrsMerge in trunk.
2013-10-23  jason In C++11 a trivial [cd]tor might not be callable.
2013-09-20  mrsMerge in trunk.
2013-09-07  vriesHandle noexcept on transactions with -fno-exceptions
2013-09-04  mrsMerge in trunk.
2013-08-30  hubicka Correct previous patch to not mark terminate as LEAF.
2013-08-30  hubicka * class.c (build_vtbl_initializer): Make __cxa_deleted...
2013-05-09  jason * except.c (is_admissible_throw_operand_or_catch_param...
2013-03-29  paolo2013-03-29 Paolo Carlini <paolo.carlini@oracle.com>
2013-03-29  gdr * tree.h (VAR_P): New.
2013-03-17  jason * cp-tree.h (abstract_class_use): New enum.
2013-01-10  rsandifoUpdate copyright years in gcc/
2012-12-06  jakub PR c++/54207
2012-11-18  dnovilloThis patch rewrites the old VEC macro-based interface...
2012-09-13  paolo2012-09-13 Paolo Carlini <paolo.carlini@oracle.com>
2012-09-11  dnovilloRemove unnecessary VEC function overloads.
2012-09-05  paolo/cp
2012-06-06  paolo/cp
2012-05-31  steven * output.h (__gcc_host_wide_int__): Move to hwint.h.
2012-05-21  paolo/cp
2012-05-17  paolo/cp
2012-04-18  paolo/cp
2011-12-12  torvaldAdd condition to MUST_NOT_THROW_EXPR.
2011-11-08  aldyhMerge from transactional-memory branch.
2011-10-11  meissnerConvert standard builtin functions from being arrays...
2011-09-25  jason * except.c (expr_noexcept_p): Split out from finish_no...
2011-08-23  jason PR c++/50055
2011-07-19  rguenth2011-07-19 Richard Guenther <rguenther@suse.de>
2011-07-16  jason * Make-lang.in (check-g++-strict-gc): New.
2011-06-21  jason * call.c (add_builtin_candidates): Use cv_unqualified...
2011-06-08  jason PR c++/49107
2011-04-07  jason PR c++/48468
2011-03-28  jason * except.c (build_noexcept_spec): Call cxx_constant_va...
2010-11-30  jsm28 * diagnostic-core.h: Include bversion.h.
2010-11-02  jason * call.c (null_ptr_cst_p): Use maybe_constant_value.
2010-10-27  jason * except.c (build_throw): Set EXPR_LOCATION.
2010-10-13  rthCentralize knowledge of eh personality routines.
2010-09-27  jason Require lvalues as specified by the standard.
2010-08-20  froydnjgcc/
2010-08-19  jason * except.c (pending_noexcept, pending_noexcept_checks...
next