]> gcc.gnu.org Git - gcc.git/history - gcc/cp/ChangeLog
c++: Fux strncmp last argument in dump_decl_name [PR93641]
[gcc.git] / gcc / cp / ChangeLog
2020-02-10 Jakub Jelinekc++: Fux strncmp last argument in dump_decl_name [PR93641]
2020-02-10 Jason Merrillc++: Fix flexible array with synthesized constructor.
2020-02-09 Jakub Jelinekc++: Fix ICE during constexpr virtual call evaluation...
2020-02-08 Jason Merrillc++: Use constexpr to avoid wrong -Wsign-compare (PR90691).
2020-02-08 Jason Merrillc++: Preserve location in maybe_constant_value.
2020-02-08 Jason Merrillc++: Fix -Wreturn-local-addr location.
2020-02-08 Jason Merrillc++: Fix TREE_SIDE_EFFECTS after digest_init.
2020-02-08 Jakub Jelinekc++: Handle CONSTRUCTORs without indexes in find_array_...
2020-02-07 Marek Polacekc++: Fix paren init of aggregates in unevaluated contex...
2020-02-07 Jason Merrillc++: Fix use of local in constexpr if.
2020-02-07 Jason Merrillc++: Fix ICE on nonsense requires-clause.
2020-02-06 Marek Polacekc++: Fix ICE with lambda in operator function [PR93597]
2020-02-05 Jason Merrillc++: Fix decltype of empty pack expansion of parm.
2020-02-05 Marek PolacekMove CL to the correct file.
2020-02-05 Marek PolacekAdd missing CL.
2020-02-05 Jason Merrillc++: Fix SEGV with malformed constructor decl.
2020-02-05 Bin ChengIncrease index number for creating temp vars' name.
2020-02-05 JunMaHandle type deduction of auto and decltype(auto) with...
2020-02-04 Jason Merrillc++: Fix error-recovery with concepts.
2020-02-04 Jason Merrillc++: Fix constexpr vs. omitted aggregate init.
2020-02-04 Jason Merrillc++: Fix ({ ... }) array mem-initializer.
2020-02-04 Iain Sandoecoroutines: Prevent repeated error messages for missing...
2020-02-03 Jason Merrillc++: Fix constexpr vs. reference parameter.
2020-02-03 Jason Merrillc++: Allow parm of empty class type in constexpr.
2020-02-03 Iain Sandoecoroutines: Fix ICE on invalid (PR93458).
2020-02-03 Jason Merrillc++: Fix cast to pointer to VLA.
2020-02-03 JunMacoroutines: Bind label_decl of original function to...
2020-02-02 Marek Polacekc++: Fix ICE on invalid alignas in a template [PR93530]
2020-02-01 Jason Merrillc++: Fix sizeof VLA lambda capture.
2020-01-31 Jason Merrillc++: Reduce memory consumption for arrays of non-aggreg...
2020-01-31 Jason Merrillc++: Reduce memory consumption for large static arrays.
2020-01-30 Jason Merrillc++: Fix -Wtype-limits in templates.
2020-01-30 Bin ChengUse promise in coroutine frame in actor function.
2020-01-30 Bin ChengHandle CO_AWAIT_EXPR in conversion in co_await_expander.
2020-01-29 Jason Merrillc++: Fix attributes with lambda and trailing return...
2020-01-29 Marek Polacekc++: Fix template arguments comparison with class NTTP...
2020-01-29 Marek Polacekc++: Fix class NTTP with template arguments [PR92948]
2020-01-29 Jakub Jelinekopenmp: c++: Consider typeinfo decls to be predetermine...
2020-01-28 Jason Merrillc++: Fix return deduction of lambda in discarded stmt.
2020-01-28 Jason Merrillc++: Fix guard variable and attribute weak.
2020-01-28 Jason Merrillc++: Allow template rvalue-ref conv to bind to lvalue...
2020-01-28 Jason Merrillc++: Function declared with typedef with eh-specification.
2020-01-28 Martin LiskaAdd couple of auto_diagnostic_group in redeclare_class_...
2020-01-28 Martin LiskaReplace one error with inform.
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 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 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++/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-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...
next
This page took 0.813419 seconds and 108 git commands to generate.