c++: spec_hasher::equal and PARM_DECLs [PR94632]
[gcc.git] / gcc / cp / ChangeLog
2020-04-18 Patrick Palkac++: spec_hasher::equal and PARM_DECLs [PR94632]
2020-04-18 Patrick Palkac++: Abbreviated function template return type [PR92187]
2020-04-17 Patrick Palkac++: Non-type-dependent variadic lambda init-capture...
2020-04-17 Patrick Palkac++: Hard error with tentative parse of declaration...
2020-04-17 Jakub Jelinekc, c++: Fix two redundantAssignment warnings [PR94629]
2020-04-16 Patrick Palkac++: Error recovery with erroneous DECL_INITIAL [PR94475]
2020-04-16 Jakub Jelinekc++: Fix pasto in structured binding diagnostics [PR94571]
2020-04-15 Jakub Jelinekopenmp: Reject requires directives not at file or names...
2020-04-14 Iain Sandoecoroutines: Fix compile error with symmetric transfers...
2020-04-14 Patrick Palkac++: "'decltype_type' not supported" in diagnostic...
2020-04-14 Patrick Palkac++: Stray RESULT_DECLs in result of constexpr call...
2020-04-14 Marek Polacekc++: Improve redeclared parameter name diagnostic ...
2020-04-13 Patrick Palkac++: Infinite diagnostic loop with decltype([]{}) ...
2020-04-13 Patrick Palkac++: More self-modifying constexpr init [PR94470]
2020-04-13 Nathan Sidwellc++: lambdas with internal linkage are different to...
2020-04-10 Iain SandoeCorrect PR numbers in the last Changelog.
2020-04-10 Iain Sandoecoroutines: Revise await expansions [PR94528]
2020-04-10 Marek Polacekc++: make __is_constructible work with paren-init of...
2020-04-10 Bin ChengSimplify co_await_expander.
2020-04-09 Jason Merrillc++: constexpr static data member instantiation [PR94523]
2020-04-09 Marek Polacekc++: Fix wrong paren-init of aggregates interference...
2020-04-09 Iain Sandoecoroutines: Add cleanups, where required, to statements...
2020-04-08 Marek Polacekc++: Fix ICE-on-invalid with lambda template [PR94507]
2020-04-08 Martin LiskaAllow new/delete operator deletion only for replaceable.
2020-04-08 Patrick Palkac++: Function type and parameter type disagreements...
2020-04-08 Jakub Jelinekc++: Further fix for -fsanitize=vptr [PR94325]
2020-04-08 Marek Polacekc++: ICE with defaulted comparison operator [PR94478]
2020-04-08 Tobias Burnus[C/C++, OpenACC] Reject vars of different scope in...
2020-04-08 Jason Merrillc++: requires-expression and tentative parse [PR94480]
2020-04-07 Jason Merrillc++: ICE on invalid concept placeholder [PR94481].
2020-04-07 Iain Sandoecoroutines, ensure placeholder var is properly declared.
2020-04-07 Patrick Palkac++: Fix usage of CONSTRUCTOR_PLACEHOLDER_BOUNDARY...
2020-04-07 Jakub Jelinekopenmp: Fix parallel master error recovery [PR94512]
2020-04-07 Jason Merrillc++: Fix ICE with implicit operator== [PR94462]
2020-04-06 Marek Polacekc++: Fix crash in gimplifier with paren init of aggrega...
2020-04-04 Jason Merrillc++: Mangling of dependent conversions [PR91377]
2020-04-04 Patrick Palkac++: Refrain from using replace_placeholders in constex...
2020-04-04 Patrick Palkac++: Fix constexpr evaluation of self-modifying CONSTRU...
2020-04-04 Jason Merrillc++: Fix invalid pointer-to-member in requires [PR67825]
2020-04-04 Jason Merrillc++: Fix reuse of class constants [PR94453]
2020-04-04 Jakub Jelinekc++: Fix further protected_set_expr_location related...
2020-04-03 Jakub Jelinekopenmp: Fix ICE on #pragma omp parallel master in templ...
2020-04-03 Jason Merrillc++: alias template and parameter packs (PR91966).
2020-04-01 Jason Merrillc++: Fix DMI with lambda 'this' capture [PR94205]
2020-04-01 Jason Merrillc++: Adjust formatting.
2020-03-30 Jason Merrillc++: Fix comparison of fn() and ns::fn() [PR90711]
2020-03-30 Jakub Jelinekc++: Fix handling of internal fn calls in statement...
2020-03-28 Patrick Palkac++: Diagnose when "requires" is used instead of "requi...
2020-03-28 Patrick Palkac++: requires-expression outside of a template is misev...
2020-03-28 Patrick Palkac++: Respect current_constraint_diagnosis_depth in...
2020-03-28 Patrick Palkac++: Replay errors during diagnosis of constraint satis...
2020-03-27 Nathan Sidwell[pr84733] Fix ICE popping local scope
2020-03-27 Martin Seborc++: avoid -Wredundant-tags on a first declaration...
2020-03-27 Nathan Sidwellc++: Fix ICE after ambiguous inline namespace reopen...
2020-03-27 Jakub Jelinekc++: Avoid calls in non-evaluated contexts affect wheth...
2020-03-27 Jakub Jelinekc++: Handle COMPOUND_EXPRs in ocp_convert [PR94339]
2020-03-27 Marek Polacekc++: template keyword accepted before destructor names...
2020-03-27 Patrick Palkac++: Remove redundant calls to type_dependent_expression_p
2020-03-26 Marek Polacekc++: DR1710, template keyword in a typename-specifier...
2020-03-26 Iain Sandoecoroutines: Implement n4849 recommended symmetric transfer.
2020-03-26 Iain Sandoecoroutines: Implement n4849 changes to exception handling.
2020-03-26 Jakub Jelinekc++: Fix up user_provided_p [PR81349]
2020-03-26 Jakub Jelinekc++: Fix a -fcompare-debug issue with DEBUG_BEGIN_STMT...
2020-03-25 Patrick Palkac++: Fix invalid -Wduplicated-cond warning [PR94265]
2020-03-25 Iain Sandoecoroutines: Fix missing dereference (PR94319).
2020-03-24 Marek Polacekc++: Fix wrong no post-decrement operator error in...
2020-03-24 Jason Merrillc++: Improve handling of ill-formed constraints [PR94186].
2020-03-24 Jason Merrillc++: Fix template parm with dependent type in concepts.
2020-03-24 Jason Merrillc++: Give more expressions locations.
2020-03-23 Patrick Palkac++: Avoid a suspicious -Wnoexcept warning [PR93805]
2020-03-23 Nathan Sidwell[PR94044] Fix ICE with sizeof<argumentpack>
2020-03-21 Patrick Palkac++: Reject changing active member of union during...
2020-03-20 Patrick Palkac++: Include the constraint parameter mapping in diagno...
2020-03-20 Jason Merrillc++: Avoid unnecessary empty class copy [94175].
2020-03-19 Jakub Jelinekc++: Fix up handling of captured vars in lambdas in...
2020-03-18 Nathan SidwellPR c++/94147 - mangling of lambdas assigned to globals
2020-03-18 Jakub JelinekFix up duplicated duplicated words in comments
2020-03-18 Jakub Jelinekc++: Diagnose a deduction guide in a wrong scope [PR91759]
2020-03-17 Jakub Jelinekc++: Fix parsing of invalid enum specifiers [PR90995]
2020-03-17 Ville VoutilainenFix the ChangeLog after the __is_assignable/__is_constr...
2020-03-17 Ville Voutilainenc++: Fix access checks for __is_assignable and __is_con...
2020-03-17 Jakub JelinekFix up duplicated duplicated words mostly in comments
2020-03-15 Iain Sandoecoroutines: Fix indentation (NFC).
2020-03-14 Jason Merrillc++: Fix ICE-after-error on partial spec [92068]
2020-03-14 Jason Merrillc++: Find parameter pack in typedef in lambda [92909].
2020-03-14 Jason Merrillc++: Fix CTAD with multiple-arg ctor template [93248].
2020-03-14 Jakub JelinekFix doubled indefinite articles, mostly in comments.
2020-03-13 Patrick Palkac++: Redundant -Wdeprecated-declarations warning in...
2020-03-12 Jakub Jelinekc++: Tweak reshape_init_array_1 [PR94124]
2020-03-11 Jason Merrillc++: Fix ICE with concepts and aliases [PR93907].
2020-03-11 Marek Polacekc++: Fix wrong modifying const object error for COMPONE...
2020-03-11 Marek Polacekc++: Fix wrong conversion error with non-viable overloa...
2020-03-11 Jason Merrillc++: Fix deferred noexcept on constructor [PR93901].
2020-03-11 Jason Merrillc++: Fix ICE with omitted template args [PR93956].
2020-03-10 Jason Merrillc++: Partially revert patch for PR66139.
2020-03-09 Marek Polacekc++: Fix convert_like in template [PR91465, PR93870...
2020-03-09 Jakub Jelinekc++: Readd [LR]ROTATE_EXPR support to constexpr.c ...
2020-03-09 Marek Polacekc++: Fix ABI issue with alignas on armv7hl [PR94050]
2020-03-09 Bin ChengInsert default return_void at the end of coroutine...
2020-03-08 Patrick Palkac++: Fix missing SFINAE when binding a bit-field to...
next