i386: Fix ix86_fold_builtin shift folding [PR93418]
[gcc.git] / gcc / cp /
2020-01-27 Jason Merrillc++: Fix array of char typedef in template (PR90966).
2020-01-27 Iain Sandoecoroutines: Ensure the ramp return object is checked...
2020-01-27 Nathan Sidwellc++: Bogus error using namespace alias [PR91826]
2020-01-27 Jason Merrillc++: Fix -Wnoexcept handling of system headers (PR90992).
2020-01-26 Iain Sandoecoroutines: Fix whitespace and comment markers.
2020-01-26 Jason Merrillc++: avoid ICE with __builtin_memset (PR90997).
2020-01-25 Marek Polacekc++: Poor diagnostic for dynamic_cast in constexpr...
2020-01-25 Jason Merrillc++: Fix ICE with constrained friend (PR93400).
2020-01-25 Jason Merrillc++: Fix ICE with lambda in member operator (PR93279)
2020-01-24 Jason Merrillc++: Fix parameter map handling of member typedef.
2020-01-24 Marek Polacekc++: Fix ICE in tsubst_copy with parenthesized expressi...
2020-01-24 Jason Merrillc++: Unshare expressions from constexpr cache.
2020-01-23 Paolo CarliniFix "PR c++/92804 ICE trying to use concept as a nested...
2020-01-23 Jason Merrillc++: Avoid ICE when constant evaluation of __builtin_st...
2020-01-23 Jason Merrillc++: Fix ICE with defaulted destructor and template.
2020-01-22 Jason Merrillc-family: Remove location parm from unsafe_conversion_p.
2020-01-22 Marek PolacekPR c++/92907 - noexcept does not consider "const" in...
2020-01-22 Marek PolacekPR c++/93324 - ICE with -Wall on constexpr if.
2020-01-22 Patrick PalkaFix a couple of memory leaks in the C++ frontend
2020-01-22 Jakub Jelinekopenmp: Fix up !$omp target parallel handling
2020-01-22 JunMaAdd error check on return value of build_co_await
2020-01-22 JunMaAdd error messages for missing methods of awaitable...
2020-01-21 Jason MerrillPR c++/60855 - ICE with sizeof VLA capture.
2020-01-21 Jason MerrillPR c++/90732 - ICE with VLA capture and generic lambda.
2020-01-21 Iain Sandoe[coro] Fix co_await of void type.
2020-01-21 Jason MerrillPR c++/91476 - anon-namespace reference temp clash...
2020-01-21 Bin ChengFix false warning messages about missing return in...
2020-01-19 Jason MerrillPR c++/33799 - destroy return value, take 2.
2020-01-19 Jason MerrillSimplify lambda parsing.
2020-01-18 Jakub Jelinekc++: Fix coroutines.cc build for nvptx-none target
2020-01-18 Iain Sandoe[C++ coroutines] Initial implementation.
2020-01-17 Jason MerrillPR c++/92531 - ICE with noexcept(lambda).
2020-01-17 Jakub Jelinekc++: Fix deprecated attribute handling on templates...
2020-01-17 Jason MerrillPR c++/93286 - ICE with __is_constructible and variadic...
2020-01-16 Jason MerrillPR c++/93280 - ICE with aggregate assignment and DMI.
2020-01-15 Paolo CarliniFix "PR c++/91073 if constexpr no longer works directly...
2020-01-15 Jason MerrillRevert "PR c++/33799 - destroy return value if local...
2020-01-15 Jason MerrillPR c++/93257 - consteval void function.
2020-01-15 Jason MerrillPR c++/92871 - bad code with xvalue and GNU ?: extension.
2020-01-15 Nathan Sidwell[PR90916] Fix typo
2020-01-14 Nathan Sidwell[PR90916] Use TI accessor.
2020-01-14 Jason MerrillPR c++/92590 - wrong handling of inherited default...
2020-01-14 Nathan Sidwell[PR90916] ICE in retrieve specialization
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.
next