Show patches with: State = Action Required       |   126969 patches
« 1 2 ... 519 520 5211269 1270 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[pushed] c++: Give better placeholder diagnostic [pushed] c++: Give better placeholder diagnostic - - - - --- 2020-12-02 Jason Merrill New
[pushed] c++: Improve init handling [pushed] c++: Improve init handling - - - - --- 2020-12-02 Jason Merrill New
[pushed] git: Tell git send-email where to send patches. [pushed] git: Tell git send-email where to send patches. - - - - --- 2020-12-02 Jason Merrill New
[pushed] c++: ICE with int{} in template. [PR97899] [pushed] c++: ICE with int{} in template. [PR97899] - - - - --- 2020-11-24 Jason Merrill New
[pushed] dwarf2: ICE with local class in unused function [PR97918] [pushed] dwarf2: ICE with local class in unused function [PR97918] - - - - --- 2020-11-20 Jason Merrill New
[pushed] c++: Check abstract type only on object creation. [PR86252] [pushed] c++: Check abstract type only on object creation. [PR86252] - - - - --- 2020-11-15 Jason Merrill New
[pushed] c++: Add feature test macro for C++20 using enum. [pushed] c++: Add feature test macro for C++20 using enum. - - - - --- 2020-11-13 Jason Merrill New
[pushed] c++: Implement C++20 'using enum'. [PR91367] [pushed] c++: Implement C++20 'using enum'. [PR91367] - - - - --- 2020-11-13 Jason Merrill New
[pushed] dwarf2: Set DW_AT_declaration for undefined fns [PR97060] [pushed] dwarf2: Set DW_AT_declaration for undefined fns [PR97060] - - - - --- 2020-11-12 Jason Merrill New
[pushed] c++: Improve error location for class using-decl. [pushed] c++: Improve error location for class using-decl. - - - - --- 2020-11-09 Jason Merrill New
c++: Call tsubst_pack_expansion from tsubst. c++: Call tsubst_pack_expansion from tsubst. - - - - --- 2020-11-09 Jason Merrill New
[pushed] c++: Call tsubst_pack_expansion from tsubst. [pushed] c++: Call tsubst_pack_expansion from tsubst. - - - - --- 2020-11-09 Jason Merrill New
c++: Not all character types are byte-access types. c++: Not all character types are byte-access types. - - - - --- 2020-11-03 Jason Merrill New
[pushed] c++: Fix [[deprecated]] and implicit operator==. [PR97358] [pushed] c++: Fix [[deprecated]] and implicit operator==. [PR97358] - - - - --- 2020-10-15 Jason Merrill New
[pushed] c++: Diagnose bogus variadic lambda. [PR97358] [pushed] c++: Diagnose bogus variadic lambda. [PR97358] - - - - --- 2020-10-14 Jason Merrill New
[pushed] c++: Fix member alias template in C++17 and up. [PR96805] [pushed] c++: Fix member alias template in C++17 and up. [PR96805] - - - - --- 2020-10-08 Jason Merrill New
[pushed] c++: Layout decls with newly-complete type. [pushed] c++: Layout decls with newly-complete type. - - - - --- 2020-09-18 Jason Merrill New
[pushed] c++: Emit as-base 'tor symbols for final class. [PR95428] [pushed] c++: Emit as-base 'tor symbols for final class. [PR95428] - - - - --- 2020-08-24 Jason Merrill New
[pushed] c++: Check satisfaction before non-dep convs. [CWG2369] [pushed] c++: Check satisfaction before non-dep convs. [CWG2369] - - - - --- 2020-08-19 Jason Merrill New
[2/2] c++: Rewrite members for all deduction guides. [PR96199] [1/2] c++: Handle enumerator in C++20 alias CTAD. [PR96199] - - - - --- 2020-08-18 Jason Merrill New
[1/2] c++: Handle enumerator in C++20 alias CTAD. [PR96199] [1/2] c++: Handle enumerator in C++20 alias CTAD. [PR96199] - - - - --- 2020-08-18 Jason Merrill New
[pushed] c++: Copy elision and [[no_unique_address]]. [PR93711] [pushed] c++: Copy elision and [[no_unique_address]]. [PR93711] - - - - --- 2020-08-14 Jason Merrill New
[pushed] c++: Implement C++20 implicit move changes. [PR91427] [pushed] c++: Implement C++20 implicit move changes. [PR91427] - - - - --- 2020-07-29 Jason Merrill New
[pushed] c++: Avoid calling const copy ctor on implicit move. [PR91212] [pushed] c++: Avoid calling const copy ctor on implicit move. [PR91212] - - - - --- 2020-07-29 Jason Merrill New
[pushend] c++: Pseudo-destructor ends object lifetime. [pushend] c++: Pseudo-destructor ends object lifetime. - - - - --- 2020-07-20 Jason Merrill New
[pushed] c++: Allow subobject references in C++20. [pushed] c++: Allow subobject references in C++20. - - - - --- 2020-07-20 Jason Merrill New
[pushed] c++: Aggregate CTAD and string constants. [pushed] c++: Aggregate CTAD and string constants. - - - - --- 2020-07-20 Jason Merrill New
[pushed] c++: Support non-type template parms of union type. [pushed] c++: Support non-type template parms of union type. - - - - --- 2020-07-10 Jason Merrill New
[pushed] c++: Allow floating-point template parms in C++20. [pushed] c++: Allow floating-point template parms in C++20. - - - - --- 2020-07-10 Jason Merrill New
[pushed] c++: [[no_unique_address]] fixes. [PR96105] [pushed] c++: [[no_unique_address]] fixes. [PR96105] - - - - --- 2020-07-10 Jason Merrill New
[pushed] c++: Allow virtual consteval functions [PR88335] [pushed] c++: Allow virtual consteval functions [PR88335] - - - - --- 2020-07-02 Jason Merrill New
[pushed] c++: Fix ICE with using and virtual function [PR95719] [pushed] c++: Fix ICE with using and virtual function [PR95719] - - - - --- 2020-06-24 Jason Merrill New
[pushed] c++: Improve CTAD for aggregates [PR93976] [pushed] c++: Improve CTAD for aggregates [PR93976] - - - - --- 2020-06-23 Jason Merrill New
[pushed] c++: Refinements to "more constrained". [pushed] c++: Refinements to "more constrained". - - - - --- 2020-06-20 Jason Merrill New
[pushed] c++: Allow defaulted comparison outside class. [pushed] c++: Allow defaulted comparison outside class. - - - - --- 2020-06-19 Jason Merrill New
[pushed] c++: More P2002 operator<=> refinements. [pushed] c++: More P2002 operator<=> refinements. - - - - --- 2020-06-18 Jason Merrill New
[pushed] c++: implicit operator== adjustments from P2002. [pushed] c++: implicit operator== adjustments from P2002. - - - - --- 2020-06-17 Jason Merrill New
[pushed] c++: Add test for C++20 NB comment CA107. [pushed] c++: Add test for C++20 NB comment CA107. - - - - --- 2020-06-17 Jason Merrill New
[pushed] c++: Fix consteval operator handling. [pushed] c++: Fix consteval operator handling. - - - - --- 2020-06-17 Jason Merrill New
[pushed] c++: Treat in-class default/delete as definitions. [pushed] c++: Treat in-class default/delete as definitions. - - - - --- 2020-06-17 Jason Merrill New
[pushed] c++: Tweak predeclare_vla. [pushed] c++: Tweak predeclare_vla. - - - - --- 2020-06-09 Jason Merrill New
[RFA] tree-inline: Fix VLA handling [PR95552] [RFA] tree-inline: Fix VLA handling [PR95552] - - - - --- 2020-06-06 Jason Merrill New
[pushed] c++: Fix pretty-print of pointer minus integer. [pushed] c++: Fix pretty-print of pointer minus integer. - - - - --- 2020-06-05 Jason Merrill New
[pushed] c++: Fix complex constexpr virtual cases [PR93310]. [pushed] c++: Fix complex constexpr virtual cases [PR93310]. - - - - --- 2020-06-04 Jason Merrill New
[pushed] c++: Fix FE devirt with diamond inheritance [PR95158] [pushed] c++: Fix FE devirt with diamond inheritance [PR95158] - - - - --- 2020-06-04 Jason Merrill New
[pushed] c++: Fix VLA in template [PR95232] [pushed] c++: Fix VLA in template [PR95232] - - - - --- 2020-06-03 Jason Merrill New
[pushed] c++: *this capture in const member fn [PR95193]. [pushed] c++: *this capture in const member fn [PR95193]. - - - - --- 2020-06-02 Jason Merrill New
[pushed] c++: vptr ubsan and object of known type [PR95466] [pushed] c++: vptr ubsan and object of known type [PR95466] - - - - --- 2020-06-01 Jason Merrill New
[pushed] c++: Template template parameter in constraint [PR95371] [pushed] c++: Template template parameter in constraint [PR95371] - - - - --- 2020-05-29 Jason Merrill New
[pushed] c++: vptr ubsan and derived class [PR95311]. [pushed] c++: vptr ubsan and derived class [PR95311]. - - - - --- 2020-05-29 Jason Merrill New
[pushed] c++: Immediately deduce auto member [PR94926]. [pushed] c++: Immediately deduce auto member [PR94926]. - - - - --- 2020-05-28 Jason Merrill New
[pushed] c++: Handle multiple aggregate overloads [PR95319]. [pushed] c++: Handle multiple aggregate overloads [PR95319]. - - - - --- 2020-05-27 Jason Merrill New
[pushed] c++: operator<=> and -Wzero-as-null-pointer-constant [PR95242] [pushed] c++: operator<=> and -Wzero-as-null-pointer-constant [PR95242] - - - - --- 2020-05-27 Jason Merrill New
[pushed] c++: Fix stdcall attribute in template. [PR95222] [pushed] c++: Fix stdcall attribute in template. [PR95222] - - - - --- 2020-05-27 Jason Merrill New
[RFC] gcc-git: Add prepare-commit-msg hook. [RFC] gcc-git: Add prepare-commit-msg hook. - - - - --- 2020-05-23 Jason Merrill New
[pushed] c++: Fix C++17 eval order for virtual op=. [pushed] c++: Fix C++17 eval order for virtual op=. - - - - --- 2020-05-23 Jason Merrill New
[pushed] c++: -fsanitize=vptr and -fstrong-eval-order. [PR95221] [pushed] c++: -fsanitize=vptr and -fstrong-eval-order. [PR95221] - - - - --- 2020-05-22 Jason Merrill New
[pushed] c++: Check constant array bounds later. [pushed] c++: Check constant array bounds later. - - - - --- 2020-05-21 Jason Merrill New
[pushed] c++: Constant expression parsing and parameters. [pushed] c++: Constant expression parsing and parameters. - - - - --- 2020-05-21 Jason Merrill New
[pushed] c++: Improve error recovery for =. [pushed] c++: Improve error recovery for =. - - - - --- 2020-05-21 Jason Merrill New
[pushed] c++: Improve error-recovery for parms. [pushed] c++: Improve error-recovery for parms. - - - - --- 2020-05-21 Jason Merrill New
[pushed] c++: Create fewer SAVE_EXPR. [pushed] c++: Create fewer SAVE_EXPR. - - - - --- 2020-05-18 Jason Merrill New
[pushed] PR c++/93286 - ICE with __is_constructible and variadic template. [pushed] PR c++/93286 - ICE with __is_constructible and variadic template. - - - - --- 2020-05-15 Jason Merrill New
[RFC] bootstrap: Update requirement to C++11. [RFC] bootstrap: Update requirement to C++11. - - - - --- 2020-05-14 Jason Merrill New
c++: Enable coroutines with -std=c++20. c++: Enable coroutines with -std=c++20. - - - - --- 2020-05-14 Jason Merrill New
[pushed] c++: Fix deferred noexcept on constructor [PR93901]. [pushed] c++: Fix deferred noexcept on constructor [PR93901]. - - - - --- 2020-05-14 Jason Merrill New
[pushed] c++: Replace "C++2a" with "C++20". [pushed] c++: Replace "C++2a" with "C++20". - - - - --- 2020-05-13 Jason Merrill New
[pushed] testsuite: Support { target c++20 } in tests. [pushed] testsuite: Support { target c++20 } in tests. - - - - --- 2020-05-13 Jason Merrill New
[pushed] c++: Fix specialization of constrained member template. [pushed] c++: Fix specialization of constrained member template. - - - - --- 2020-05-11 Jason Merrill New
[pushed] c++: tree walk into TYPENAME_TYPE. [pushed] c++: tree walk into TYPENAME_TYPE. - - - - --- 2020-05-11 Jason Merrill New
[pushed] c++: Better diagnostic in converted const expr. [pushed] c++: Better diagnostic in converted const expr. - - - - --- 2020-05-11 Jason Merrill New
[pushed] c++: Use of 'this' in parameter declaration [PR90748] [pushed] c++: Use of 'this' in parameter declaration [PR90748] - - - - --- 2020-05-11 Jason Merrill New
[pushed] c++: Make references to __cxa_pure_virtual weak. [pushed] c++: Make references to __cxa_pure_virtual weak. - - - - --- 2020-05-11 Jason Merrill New
[pushed] c++: Improve print_tree of static_assert. [pushed] c++: Improve print_tree of static_assert. - - - - --- 2020-05-11 Jason Merrill New
[pushed] c++: Remove redundant code. [pushed] c++: Remove redundant code. - - - - --- 2020-05-11 Jason Merrill New
[pushed] c++: Remove LOOKUP_EXPLICIT_TMPL_ARGS. [pushed] c++: Remove LOOKUP_EXPLICIT_TMPL_ARGS. - - - - --- 2020-05-11 Jason Merrill New
[pushed] c++: Tweak VLA representation. [pushed] c++: Tweak VLA representation. - - - - --- 2020-05-11 Jason Merrill New
[pushed] c++: Avoid unnecessary deprecated warnings. [pushed] c++: Avoid unnecessary deprecated warnings. - - - - --- 2020-05-11 Jason Merrill New
[pushed] c++: CWG2235 partial ordering and non-dependent types [pushed] c++: CWG2235 partial ordering and non-dependent types - - - - --- 2020-05-05 Jason Merrill New
[pushed] c++: constexpr and lambda capture [PR90212] [pushed] c++: constexpr and lambda capture [PR90212] - - - - --- 2020-05-05 Jason Merrill New
[pushed] c++: Local class DMI using local static [PR90479] [pushed] c++: Local class DMI using local static [PR90479] - - - - --- 2020-05-01 Jason Merrill New
[pushed] c++: -fmerge-all-constants vs. destructors [PR91529] [pushed] c++: -fmerge-all-constants vs. destructors [PR91529] - - - - --- 2020-05-01 Jason Merrill New
[pushed] c++: generic lambda and -fsanitize=vla-bound [PR93822] [pushed] c++: generic lambda and -fsanitize=vla-bound [PR93822] - - - - --- 2020-05-01 Jason Merrill New
[pushed] c++: Redeclaration of implicit operator== [PR94583] [pushed] c++: Redeclaration of implicit operator== [PR94583] - - - - --- 2020-04-28 Jason Merrill New
[pushed] c++: Avoid ICE with dependent attribute on type. [pushed] c++: Avoid ICE with dependent attribute on type. - - - - --- 2020-04-27 Jason Merrill New
[pushed] c++: implicit operator== with previous decl [PR94583] [pushed] c++: implicit operator== with previous decl [PR94583] - - - - --- 2020-04-25 Jason Merrill New
[pushed] c++: generic lambda forwarding function [PR94546] [pushed] c++: generic lambda forwarding function [PR94546] - - - - --- 2020-04-22 Jason Merrill New
[pushed,9] c++: Avoid ICE on infinite recursion with concepts. [pushed,9] c++: Avoid ICE on infinite recursion with concepts. - - - - --- 2020-03-05 Jason Merrill New
[pushed,GCC9] c++: Fix SFINAE for invalid non-type tparm types. [pushed,GCC9] c++: Fix SFINAE for invalid non-type tparm types. - - - - --- 2020-03-05 Jason Merrill New
[pushed] c++: Fix [[no_unique_address]] and default mem-init [PR90432] [pushed] c++: Fix [[no_unique_address]] and default mem-init [PR90432] - - - - --- 2020-03-04 Jason Merrill New
[pushed] c++: implement C++20 Disambiguating Nested-Requirements (P2092R0) [pushed] c++: implement C++20 Disambiguating Nested-Requirements (P2092R0) - - - - --- 2020-02-29 Jason Merrill New
[pushed] c++: Fix constrained conversion op. [pushed] c++: Fix constrained conversion op. - - - - --- 2020-02-28 Jason Merrill New
[committed] c++: Fix C++20 variadic lambda init-capture grammar. [committed] c++: Fix C++20 variadic lambda init-capture grammar. - - - - --- 2020-02-24 Jason Merrill New
[committed] c++: Add -std=c++20. [committed] c++: Add -std=c++20. - - - - --- 2020-02-15 Jason Merrill New
[committed] c++: Fix lambda in atomic constraint [PR92556] [committed] c++: Fix lambda in atomic constraint [PR92556] - - - - --- 2020-02-15 Jason Merrill New
[committed] c++: Fix useless using-declaration. [committed] c++: Fix useless using-declaration. - - - - --- 2020-02-13 Jason Merrill New
[comitted] c++: Fix static local vars in extern "C". [comitted] c++: Fix static local vars in extern "C". - - - - --- 2020-02-13 Jason Merrill New
[committed] c++: Fix constexpr if and braced functional cast. [committed] c++: Fix constexpr if and braced functional cast. - - - - --- 2020-02-12 Jason Merrill New
[committed] c++: Fix implicit friend operator==. [committed] c++: Fix implicit friend operator==. - - - - --- 2020-02-12 Jason Merrill New
[committed] c++: Fix static initialization from <=>. [committed] c++: Fix static initialization from <=>. - - - - --- 2020-02-11 Jason Merrill New
« 1 2 ... 519 520 5211269 1270 »