hash-table.h: support non-zero empty values in empty_slow (v2)
[gcc.git] / gcc / cp /
2020-01-14 David Malcolmhash-table.h: support non-zero empty values in empty_sl...
2020-01-14 Jason Merrill PR c++/92594 - ICE with inherited trivial default...
2020-01-14 Jason Merrill PR c++/92009 - ICE with punning of typeid.
2020-01-14 Jason Merrill PR c++/92746 - ICE with noexcept of function concept...
2020-01-14 Jason Merrill PR c++/92582 - ICE with member template as requirement.
2020-01-13 Jason MerrillPR c++/80265 - constexpr __builtin_mem*.
2020-01-13 Jason MerrillPR c++/33799 - destroy return value if local cleanup...
2020-01-13 Jason Merrill PR c++/93238 - short right-shift with enum.
2020-01-10 Jason MerrillShorten right-shift again in C++.
2020-01-10 Jason MerrillPR c++/93143 - incorrect tree sharing with constexpr.
2020-01-10 Jason MerrillPR c++/93173 - incorrect tree sharing.
2020-01-10 Tobias BurnusOpenACC – support "if" + "if_present" clauses with...
2020-01-08 Jason MerrillAdd TARGET_EXPR_DIRECT_INIT_P sanity check.
2020-01-08 Jason MerrillPR c++/91369 - constexpr destructor and member initializer.
2020-01-08 Jason MerrillRemove constexpr support for DECL_BY_REFERENCE.
2020-01-07 Paolo Carliniinit.c (build_new): Add location_t parameter and use...
2020-01-07 Jason MerrillPR c++/47877 - -fvisibility-inlines-hidden and member...
2020-01-07 Richard SandifordDon't mangle attributes that have a space in their...
2020-01-07 Jakub Jelinekre PR c++/91369 (Implement P0784R7: constexpr new)
2020-01-07 Jason MerrillPR c++/92552 - ICE with inherited constrained default...
2020-01-07 Andrew SuttonPR c++/92739 - parsing requires clause with attributes.
2020-01-05 Jakub Jelinekre PR c++/93138 (elaborated type specifier visibility...
2020-01-05 Jakub Jelinekre PR c++/93046 (ICE in cp_gimplify_init_expr)
2020-01-03 Jason MerrillPR c++/93033 - incorrect tree node sharing with array...
2020-01-03 Jason MerrillReject class template placeholder as non-type template...
2020-01-02 Jakub Jelinekre PR c/90677 (gcc-9.1.0 fails to build __gcc_diag__...
2020-01-01 Jakub JelinekUpdate copyright years.
2019-12-30 Marek PolacekRemove assert in reshape_init_r.
2019-12-30 Paolo Carlinidecl2.c (delete_sanity): Add location_t parameter and...
2019-12-29 Marek PolacekPR c++/88337 - Implement P1327R1: Allow dynamic_cast...
2019-12-26 Jakub Jelinekre PR c++/92438 (Function declaration parsed incorrectl...
2019-12-23 Richard Sandiford[C++] Make same_type_p return false for gnu_vector_type...
2019-12-23 Richard Sandiford[C++] Fix ICE for binding lax vector conversions to...
2019-12-20 Marek PolacekPR c++/92745 - bogus error when initializing array...
2019-12-20 Marek PolacekPR c++/92974 - bogus location for enum and non-enum...
2019-12-20 Jakub Jelinekre PR c++/92965 ("note: 'x' is not public" emitted...
2019-12-20 Jakub Jelinekre PR c++/92966 (Segfault on defaulted operator== with...
2019-12-20 Jakub Jelinekre PR c++/92973 (Silently accepting defaulted compariso...
2019-12-20 Jakub Jelinekre PR c++/92666 (bogus -Wunused-but-set-variable in...
2019-12-20 Jakub Jelinekre PR c++/92992 (Side-effects dropped when decltype...
2019-12-20 Eric Botcazouc-ada-spec.h (decl_sloc): Delete.
2019-12-20 Julian BrownOpenACC 2.6 deep copy: C and C++ front-end parts
2019-12-19 Jason Merrillcomment tweak
2019-12-19 Jason MerrillPR c++/52320 - EH cleanups for partially constructed...
2019-12-19 Jason MerrillPR c++/66139 - EH cleanups for partially constructed...
2019-12-19 Richard SandifordRevert accidental commit
2019-12-19 Richard SandifordDon't mangle attributes that have a space in their...
2019-12-19 Jason MerrillPR c++/91165 follow-on tweak
2019-12-18 Julian BrownAdd OpenACC 2.6's no_create
2019-12-18 Paolo Carlinitypeck.c (cxx_sizeof_or_alignof_type): Add location_t...
2019-12-18 Jason MerrillPR c++/12333 - X::~X() with implicit this->.
2019-12-17 Martin SeborPR c++/61339 - add warning for mismatch between struct...
2019-12-17 Jason MerrillPR c++/79592 - missing explanation of invalid constexpr.
2019-12-17 Jason MerrillPR c++/92576 - redeclaration of variable template.
2019-12-17 Jason Merrill* name-lookup.c (get_std_name_hint): Add std::byte.
2019-12-17 Jakub Jelinekre PR c++/59655 (incorrect diagnostic on templatized...
2019-12-16 Jason MerrillPR c++/91165 - verify_gimple ICE with cached constexpr.
2019-12-13 Jason MerrillPR c++/92496 - ICE with <=> and no #include <compare>.
2019-12-11 David MalcolmIntroduce pretty_printer::clone vfunc
2019-12-11 Jakub Jelinekre PR c++/92869 (C++17 wrongly reports aggregate type...
2019-12-11 Marek PolacekPR c++/92878 - Parenthesized init of aggregates in...
2019-12-11 Jason MerrillPR c++/92105 - decltype(decltype) error cascade.
2019-12-11 Jason MerrillPR c++/57082 - new X{} and private destructor.
2019-12-11 Jason MerrillPR c++/92774 - ICE with implicitly deleted operator<=>.
2019-12-11 Jason MerrillPR c++/92859 - ADL and bit-field.
2019-12-11 Jason MerrillPR c++/92446 - deduction of class NTTP.
2019-12-10 Jason MerrillPR c++/92847 - C++20 comparison ambiguity with class...
2019-12-10 Jason MerrillFix C++20 structural type vs. private base.
2019-12-10 Jason MerrillPR c++/92560 - ICE with decltype and rewritten operator.
2019-12-10 David MalcolmReplace label_text ctor with "borrow" and "take"
2019-12-09 Paolo Carlinitypeck.c (check_for_casting_away_constness): Add locati...
2019-12-08 Jakub Jelinekcvt.c (maybe_warn_nodiscard): Add workaround for GCC...
2019-12-06 Jakub Jelinekre PR c++/92831 (CWG1299 extend_ref_init_temps_1 punts...
2019-12-06 Jakub Jelinekparser.c (cp_parser_diagnose_invalid_type_name): Mentio...
2019-12-06 Jakub JelinekPR c++/92831 - CWG 1299, not extending temporary lifeti...
2019-12-06 Richard Sandiford[C++] Pass type uses through the verify_type_context...
2019-12-05 Marek PolacekPR c++/91353 - P1331R2: Allow trivial default init...
2019-12-05 Marek PolacekPR c++/92271 - make __is_same alias for __is_same_as.
2019-12-05 David Edelsohn* cp-gimplify.c: Include memmodel.h.
2019-12-05 Paolo Carlinitypeck2.c (build_functional_cast): Add location_t param...
2019-12-04 David Edelsohn* cp-gimplify.c: Include tm_p.h.
2019-12-04 Marek PolacekRemove stray comma in primary_constraint_error.
2019-12-04 Richard Sandiford[C++] Opt out of GNU vector extensions for built-in...
2019-12-03 Jakub Jelinekcp-tree.h (enum cp_tree_index): Add CPTI_SOURCE_LOCATIO...
2019-12-03 Paolo Carlinitypeck.c (cp_build_addr_expr_1): Use the cp_expr_loc_or...
2019-12-03 Jakub Jelinekre PR c++/91369 (Implement P0784R7: constexpr new)
2019-12-03 Jan HubickaDo not update SSA in lto-stremaer-in
2019-12-03 Marek PolacekPR c++/91363 - P0960R3: Parenthesized initialization...
2019-12-03 Jakub Jelinekre PR c++/92732 (Bit-field of scoped enumeration type...
2019-12-03 Jason Merrillre PR c++/92705 (ICE: Segmentation fault (in build_new_...
2019-12-03 Jakub Jelinekre PR c++/92695 (P1064R0 - virtual constexpr fails...
2019-12-02 Jakub Jelinekre PR c++/92695 (P1064R0 - virtual constexpr fails...
2019-11-29 Jakub Jelinekre PR c++/60228 (ICE using lambda in #pragma omp declar...
2019-11-28 Jakub Jelinekre PR c++/92695 (P1064R0 - virtual constexpr fails...
2019-11-27 Jason MerrillImplement P1814R0, CTAD for alias templates.
2019-11-27 Jason MerrillFix constrained alias template transparency.
2019-11-27 Jason MerrillPR c++/92206 - ICE with typedef to dependent alias.
2019-11-27 Andrew Suttonre PR c++/92236 ([concepts] Explain non-satisfaction...
2019-11-27 Andrew Suttonre PR c++/92439 ([concepts] trunk crashes on constraint...
2019-11-27 Andrew Suttonre PR c++/88395 (ICE: Segmentation fault signal termina...
next