]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/tree.c
c++: Handle multiple aggregate overloads [PR95319].
[thirdparty/gcc.git] / gcc / cp / tree.c
2020-05-19  Martin SeborPR c++/94923 - False positive -Wclass-memaccess with...
2020-05-13  Jason Merrillc++: Replace "C++2a" with "C++20".
2020-05-11  Jason Merrillc++: tree walk into TYPENAME_TYPE.
2020-04-23  Patrick Palkac++: zero_init_expr_p of dependent expression
2020-04-22  Martin Seborc++: reject scalar array initialization with nullptr...
2020-04-20  Nathan Sidwellc++: Expr pack expansion equality [pr94454]
2020-04-18  Patrick Palkac++: spec_hasher::equal and PARM_DECLs [PR94632]
2020-04-14  Patrick Palkac++: Stray RESULT_DECLs in result of constexpr call...
2020-04-13  Nathan Sidwellc++: lambdas with internal linkage are different to...
2020-04-07  Patrick Palkac++: Fix usage of CONSTRUCTOR_PLACEHOLDER_BOUNDARY...
2020-04-01  Jason Merrillc++: Fix DMI with lambda 'this' capture [PR94205]
2020-03-30  Jason Merrillc++: Fix comparison of fn() and ns::fn() [PR90711]
2020-03-23  Nathan Sidwell[PR94044] Fix ICE with sizeof<argumentpack>
2020-03-18  Nathan SidwellPR c++/94147 - mangling of lambdas assigned to globals
2020-03-05  Martin SeborPR c++/90938 - Initializing array with {1} works but...
2020-02-27  Nathan SidwellCompare ARGUMENT_PACKS [pr93933]
2020-02-13  Jason Merrillc++: Fix static local vars in extern "C".
2020-02-12  Jason Merrillc++: Fix constexpr if and braced functional cast.
2020-02-10  Jason Merrillc++: Fix flexible array with synthesized constructor.
2020-02-07  Jason Merrillc++: Fix use of local in constexpr if.
2020-01-18  Iain Sandoe[C++ coroutines] Initial implementation.
2020-01-01  Jakub JelinekUpdate copyright years.
2019-12-20  Marek PolacekPR c++/92974 - bogus location for enum and non-enum...
2019-12-19  Jason Merrillcomment tweak
2019-12-19  Jason MerrillPR c++/66139 - EH cleanups for partially constructed...
2019-12-10  Jason MerrillFix C++20 structural type vs. private base.
2019-12-09  Paolo Carlinitypeck.c (check_for_casting_away_constness): Add locati...
2019-12-03  Jakub Jelinekcp-tree.h (enum cp_tree_index): Add CPTI_SOURCE_LOCATIO...
2019-12-03  Jan HubickaDo not update SSA in lto-stremaer-in
2019-12-03  Marek PolacekPR c++/91363 - P0960R3: Parenthesized initialization...
2019-11-27  Jason MerrillImplement P1814R0, CTAD for alias templates.
2019-11-27  Jason MerrillPR c++/92206 - ICE with typedef to dependent alias.
2019-11-27  Jakub Jelinekre PR c++/92524 (ICE in short program with constexpr...
2019-11-13  Richard Sandiford[C++] Fix interaction between aka changes and DR1558...
2019-11-07  Jason MerrillImplement D1907R1 "structural type".
2019-11-05  Jason MerrillImplement C++20 operator<=>.
2019-10-31  Jakub Jelinekre PR c++/90947 (Simple lookup table of array of string...
2019-10-30  Jakub Jelinekcp-tree.h (omp_declare_variant_finalize, [...]): Declare.
2019-10-22  Richard Sandiford[C++] Avoid exposing internal details in aka types
2019-10-19  JeanHeyd MeneideImplement C++20 P1301 [[nodiscard("should have a reason...
2019-08-31  Jason MerrillAdd source location to TRAIT_EXPR.
2019-08-15  Jason MerrillPR c++/90393 - ICE with thow in ?:
2019-08-15  Jason MerrillImplement P0848R3, Conditionally Trivial Special Member...
2019-08-02  Paolo Carlinitree.c (handle_nodiscard_attribute): Do not warn about...
2019-06-23  Marek PolacekRename DEFAULT_ARG to DEFERRED_PARSE.
2019-06-22  Marek PolacekPR c++/86476 - noexcept-specifier is a complete-class...
2019-06-19  Marek PolacekPR c++/60364 - noreturn after first decl not diagnosed.
2019-05-29  Jakub Jelinekre PR c++/90598 (Return type of explicit destructor...
2019-05-20  Marek PolacekCWG 2094 - volatile scalars are trivially copyable.
2019-05-17  Martin Sebortrans.c (check_inlining_for_nested_subprog): Quote...
2019-05-15  Paolo Carlinicall.c (perform_overload_resolution, [...]): Use OVL_P...
2019-05-13  Jason MerrillUse releasing_vec more broadly.
2019-05-10  Paolo Carlinicall.c (build_call_a): Use FUNC_OR_METHOD_TYPE_P.
2019-03-18  Jason MerrillPR c++/89630 - ICE with dependent using-decl as templat...
2019-03-11  Martin LiskaWrap option names in gcc internal messages with %<...
2019-03-08  Jason MerrillPR c++/88123 - lambda and using-directive.
2019-01-17  Jason MerrillPR c++/86740, ICE with constexpr if and nested generic...
2019-01-14  Tom HonermannImplement P0482R5, char8_t: A type for UTF-8 characters...
2019-01-03  Paolo Carlinitree.c (handle_nodiscard_attribute): Improve warning...
2019-01-01  Jakub JelinekUpdate copyright years.
2018-12-19  David MalcolmC++: more location wrapper nodes (PR c++/43064, PR...
2018-11-16  Jason MerrillImplement P0479R5, [[likely]] and [[unlikely]].
2018-11-16  Nathan SidwellRemove ovl_used, it is no longer needed
2018-11-13  Jason MerrillImplement P0315R4, Lambdas in unevaluated contexts.
2018-11-07  Nathan Sidwell[PR C++/87904] lookup ICE
2018-11-05  Jason MerrillImplement P0732R2, class types in non-type template...
2018-11-05  Jason MerrillFix various latent issues revealed by P0732 work.
2018-10-31  Nathan Sidwell[C++ PATCH] Simplify overloads
2018-10-17  Paolo Carlini2018-10-17 Paolo Carlini <paolo.carlini@oracle.com>
2018-10-03  Jason MerrillImplement P0840, language support for empty objects.
2018-08-27  Martin LiskaCome up with fndecl_built_in_p.
2018-08-20  David MalcolmAdd support for grouping of related diagnostics (PR...
2018-08-08  Jakub JelinekP0595R1 - is_constant_evaluated
2018-07-17  Jason MerrillPR c++/86480 - nested variadic lambda and constexpr if.
2018-07-03  Jason MerrillPR c++/86378 - functional cast in noexcept-specifier.
2018-06-29  Marek Polacekre PR c++/86184 (Conditional expression with omitted...
2018-06-20  Nathan Sidwell[PR c++/85634] Fix tsubst ICE
2018-06-19  Jason Merrilltree.c (cp_expr_location): New.
2018-06-15  Jason Merrill* tree.c (maybe_warn_parm_abi): Inform the location...
2018-06-13  Jason MerrillPR c++/86094 - wrong code with defaulted move ctor.
2018-06-11  Jason MerrillPR c++/86094 - wrong code with defaulted move ctor.
2018-06-05  Marek Polacekre PR c++/85976 (ICE in cp_tree_equal when building...
2018-05-30  Ville VoutilainenDo not warn about zero-as-null when NULL is used.
2018-05-30  Jason MerrillPR c++/85807 - ICE with call in template NSDMI.
2018-05-30  Jason MerrillPR c++/85873 - constant initializer_list array not...
2018-05-25  Jason MerrillCWG 616, 1213 - value category of subobject references.
2018-05-24  Paolo Carlinicp-tree.h (INDIRECT_TYPE_P): New.
2018-05-23  Jason MerrillCWG 616, 1213 - value category of subobject references.
2018-05-18  Jason MerrillPR c++/58407 - deprecated implicit copy ops.
2018-05-16  Marek Polacekre PR c++/85363 (Throwing exception from member constru...
2018-05-15  Paolo Carlinicp-tree.h (DECL_MAYBE_IN_CHARGE_CDTOR_P): New.
2018-05-14  Jason MerrillHandle TYPE_HAS_LATE_RETURN_TYPE like ref-qualifier...
2018-05-14  Paolo Carlinicp-tree.h (TYPE_REF_P): New.
2018-05-07  Jason MerrillPR c++/85618 - ICE with initialized VLA.
2018-04-10  Jason MerrillPR debug/65821 - wrong location for main().
2018-04-10  Jason MerrillPR debug/65821 - wrong location for main().
2018-04-04  Jason MerrillPR c++/85200 - ICE with constexpr if in generic lambda.
2018-04-04  Jason MerrillPR c++/85148 - ICE with 'this' in array NSDMI.
2018-03-28  Alexandre Oliva[PR c++/84968] reject stmt-exprs in noexcept constexprs
2018-03-27  Jakub Jelinekre PR c++/85076 (ICE with invalid template used as...
next