c++: block-scope externs get an alias [PR95677,PR31775,PR95677]
[gcc.git] / gcc / cp / except.c
2020-07-29 Jason Merrillc++: Implement C++20 implicit move changes. [PR91427]
2020-07-06 Nathan Sidwellc++: Always use pushdecl for exception library helpers
2020-05-14 Patrick Palkac++: Missing SFINAE with lookup_fnfields [PR78446]
2020-03-23 Patrick Palkac++: Avoid a suspicious -Wnoexcept warning [PR93805]
2020-03-09 Marek Polacekc++: Fix convert_like in template [PR91465, PR93870...
2020-01-27 Jason Merrillc++: Fix -Wnoexcept handling of system headers (PR90992).
2020-01-19 Jason MerrillPR c++/33799 - destroy return value, take 2.
2020-01-14 Jason Merrill PR c++/92746 - ICE with noexcept of function concept...
2020-01-01 Jakub JelinekUpdate copyright years.
2019-12-18 Paolo Carlinitypeck.c (cxx_sizeof_or_alignof_type): Add location_t...
2019-12-06 Richard Sandiford[C++] Pass type uses through the verify_type_context...
2019-10-24 Nathan Sidwell[C++ PATCH] 'std' identifier not needed
2019-06-22 Marek PolacekPR c++/86476 - noexcept-specifier is a complete-class...
2019-06-21 Marek PolacekPR c++/90490 - fix decltype issues in noexcept-specifier.
2019-05-17 Martin Sebortrans.c (check_inlining_for_nested_subprog): Quote...
2019-05-13 Jason MerrillUse releasing_vec more broadly.
2019-04-12 Marek PolacekPR c++/87603 - constexpr functions are no longer noexcept.
2019-04-12 Marek Polacekexcept.c (build_noexcept_spec): Use build_converted_con...
2019-03-11 Martin LiskaWrap option names in gcc internal messages with %<...
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-15 Jakub Jelinekre PR c++/88482 (ICE when wrongly declaring __cxa_alloc...
2018-12-06 Alexandre Oliva[PR86397] resolve nondependent noexcept specs early...
2018-11-28 Jan Hubickaexcept.c (do_allocate_exception): Annotate __cxa_alloca...
2018-09-24 Marek Polacekcp-tree.h (build_noexcept_spec, [...]): Adjust declarat...
2018-09-05 Marek Polacekcp-tree.h (treat_lvalue_as_rvalue_p): Declare.
2018-05-24 Paolo Carlinicp-tree.h (INDIRECT_TYPE_P): New.
2018-05-14 Paolo Carlinicp-tree.h (TYPE_REF_P): New.
2018-04-12 Jason MerrillPR c++/85356 - ICE with pointer to member function.
2018-02-15 Jason MerrillPR c++/84045 - ICE with typedef and noexcept.
2018-01-10 David MalcolmPreserving locations for variable-uses and constants...
2018-01-03 Jakub JelinekUpdate copyright years.
2017-11-13 Jason MerrillDefer folding of *&.
2017-10-05 Nathan Sidwell[C++ PATCH] Kill IDENTIFIER_GLOBAL_VALUE
2017-08-29 Jason MerrillAdd immediate potential_constant_expression variants.
2017-08-10 Jason MerrillPR c++/80452 - Core 1579, implicit move semantics on...
2017-06-27 Nathan Sidwellcp-tree.h (CLASSTYPE_DESTRUCTORS): Rename to ...
2017-06-16 Nathan SidwellDon't defer noexcept_deferred_spec.
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...
next