builtin-attrs.def (ATTR_NORETURN_NOTHROW_LEAF_COLD_LIST, [...]): New.
[gcc.git] / gcc / cp / except.c
2017-06-09 Jan Hubickabuiltin-attrs.def (ATTR_NORETURN_NOTHROW_LEAF_COLD_LIST...
2017-05-22 Nathan Sidwellcp-tree.h (CPTI_TERMINATE, [...]): Rename to ...
2017-05-19 Bernd Edlingerc-format.c (locus): Move out of function scope, add...
2017-05-05 Nathan Sidwellcp-tree.h (IDENTIFIER_GLOBAL_VALUE): Use get_namespace_...
2017-03-20 Marek PolacekPR c++/80059 - ICE with noexcept and __transaction_atomic
2017-03-05 Paolo Carlinire PR c++/70266 (ICE on invalid code on x86_64-linux...
2017-01-18 Nathan Sidwellcp-tree.h: Clarify exception spec node comment.
2017-01-01 Jakub JelinekUpdate copyright years.
2016-12-24 Jakub Jelinekre PR middle-end/78901 (ICE: verify_gimple failed ...
2016-10-08 Jason MerrillFurther P0135 refinement.
2016-10-06 Jason MerrillC++17 copy elision improvements.
2016-10-04 Jakub Jelinekextend.texi (Java Exceptions): Remove.
2016-09-29 Jakub JelinekImplement P0001R1 - C++17 removal of register storage...
2016-04-28 Jason Merrillcvt.c (cp_get_callee): New.
2016-02-19 Jakub JelinekMake-lang.in: Invoke gperf with -L C++.
2016-01-04 Jakub JelinekUpdate copyright years.
2015-11-20 Torvald RiegelSupport __cxa_free_exception and fix exception handling.
2015-11-11 Andrew MacLeoddecl.c: Remove unused header files.
2015-10-29 Andrew MacLeoddecl.c: Reorder #include's and remove duplicates.
2015-08-19 Trevor Saundersremove more useless typedefs
2015-08-17 Jason Merrill* except.c (check_noexcept_r): Assert that fn is POINTE...
2015-07-28 Paolo Carlinicall.c (build_op_delete_call, [...]): Use Use DECL_SOUR...
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-05-06 Jason Merrillc.opt (Wterminate): New.
2015-02-12 Jakub Jelinekre PR sanitizer/64984 (ICE in check_noexcept_t with...
2015-01-30 Joseph MyersAlways pass explicit location to fatal_error.
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-04-29 Jason MerrillDR 1351 Represent the unevaluated exception specificati...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-11 Balaji V. IyerAdded Compiler Support for _Cilk_spawn and _Cilk_sync...
2013-11-19 Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-12 Andrew MacLeodgimple-expr.h (create_tmp_var_name, [...]): Relocate...
2013-10-23 Jason MerrillIn C++11 a trivial [cd]tor might not be callable.
2013-09-07 Tom de VriesHandle noexcept on transactions with -fno-exceptions
2013-08-30 Jan HubickaCorrect previous patch to not mark terminate as LEAF.
2013-08-30 Jan Hubickaclass.c (build_vtbl_initializer): Make __cxa_deleted_vi...
2013-05-09 Jason Merrillexcept.c (is_admissible_throw_operand_or_catch_paramete...
2013-03-29 Paolo Carlinicall.c (add_builtin_candidate): Use TYPE_PTR_P and...
2013-03-29 Gabriel Dos Reistree.h (VAR_P): New.
2013-03-17 Jason Merrillcp-tree.h (abstract_class_use): New enum.
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2012-12-06 Jakub Jelinekre PR c++/54207 ([C++0x] ICE in build_noexcept_spec...
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-09-13 Paolo Carlinitypeck.c (build_indirect_ref, [...]): Remove uses of...
2012-09-11 Diego NovilloRemove unnecessary VEC function overloads.
2012-09-05 Paolo Carlinire PR c++/54191 ([C++11] SFINAE does not handle convers...
2012-06-06 Paolo Carlinire PR c++/53567 ("ICE: Error reporting routines re...
2012-05-31 Steven Bosscheroutput.h (__gcc_host_wide_int__): Move to hwint.h.
2012-05-21 Paolo Carlinire PR c++/51184 (Abstract class in function return...
2012-05-17 Paolo Carlinire PR c++/53371 (rvalue reference type as exception...
2012-04-18 Paolo Carlinire PR c++/52422 ([C++11][SFINAE] Hard errors with void...
2011-12-12 Torvald RiegelAdd condition to MUST_NOT_THROW_EXPR.
2011-11-08 Aldy HernandezMerge from transactional-memory branch.
2011-10-11 Michael MeissnerConvert standard builtin functions from being arrays...
2011-09-25 Jason Merrillexcept.c (expr_noexcept_p): Split out from finish_noexc...
2011-08-23 Siddhesh Poyarekarre PR c++/50055 ([PATCH] Location information for the...
2011-07-19 Richard Guenthertree.h (fold_build_pointer_plus_loc): New helper function.
2011-07-16 Jason MerrillMake-lang.in (check-g++-strict-gc): New.
2011-06-21 Jason Merrillcall.c (add_builtin_candidates): Use cv_unqualified...
2011-06-08 Jason Merrillre PR c++/49107 ([C++0x][4.7 Regression] incomplete...
2011-04-07 Jason Merrillre PR c++/48468 ([C++0x][SFINAE] noexcept operator...
2011-03-28 Jason Merrillexcept.c (build_noexcept_spec): Call cxx_constant_value...
2010-11-30 Joseph Myersdiagnostic-core.h: Include bversion.h.
2010-11-02 Jason Merrillcall.c (null_ptr_cst_p): Use maybe_constant_value.
2010-10-27 Jason Merrill* except.c (build_throw): Set EXPR_LOCATION.
2010-10-13 Richard HendersonCentralize knowledge of eh personality routines.
2010-09-27 Jason MerrillRequire lvalues as specified by the standard.
2010-08-20 Nathan Froydvec.h (FOR_EACH_VEC_ELT): Define.
2010-08-19 Jason Merrillexcept.c (pending_noexcept, [...]): New.
2010-06-28 Steven Bosschersystem.h: Poison GCC_EXCEPT_H for front-end files.
2010-06-16 Jason Merrillc.opt: Add -Wnoexcept.
2010-06-09 Nathan Froydcall.c (build_java_interface_fn_ref): Call build_functi...
2010-06-04 Jason MerrillImplement noexcept-specification (15.4)
2010-06-04 Jason MerrillImplement noexcept operator (5.3.7)
2010-05-30 Nathan Froydcp-tree.h (cp_build_function_call_nary): Declare.
2010-05-25 Steven BosscherMakefile.in (EXCEPT_H): Fix typo.
2010-05-16 Jason Merrillc.opt: Add -fnothrow-opt.
2010-05-15 Jason MerrillC++ DR 475
2010-05-14 Jason Merrillre PR c++/44127 (G++ emits unnecessary EH code)
2010-05-06 Jakub JelinekC++ support for -Wunused-but-set-variable
2010-01-20 Paolo Carlinire PR c++/42038 (ICE: tree check: expected class 'type...
2009-12-17 Shujing Zhaore PR c/40885 (build_indirect_ref i18n problems)
2009-11-20 Paolo Carlinire PR c++/42060 ([c++0x] ICE throwing array with initia...
2009-09-14 Richard HendersonSquash commit of EH in gimple
2009-09-13 Richard Guentherlanghooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.
2009-07-16 Aldy Hernandezre PR c/40435 (Revision 148442 caused many regressions...
2009-07-06 Manuel López-Ibáñezdecl.c: Replace %H by an explicit location.
2009-06-12 Aldy Hernandezjava-gimplify.c (java_gimplify_block): New argument...
2009-05-21 Ian Lance Taylortree.c (build_tree_list_vec_stat): New function.
2009-03-27 Jan Hubickaexcept.c (choose_personality_routine): Set terminate_no...
2008-08-18 Manuel López-Ibáñezdiagnostics.c (permerror_at): Rename as permerror.
2008-07-28 Richard Bienerbackport: ChangeLog.tuples: ChangeLog from gimple-tuple...
2008-07-27 Paolo Carlinidecl.c (push_library_fn): Add a parameter for the excep...
2008-06-21 Jonathan Wakelytypeck.c (composite_pointer_type_r, [...]): Change...
2008-03-25 Douglas Gregortypeck.c (composite_pointer_type_r): Add SFINAE support.
2007-09-06 Jason Merrillre PR c++/15745 (exception specification incorrectly...
next