Show patches with: State = Action Required       |    Archived = No       |   126642 patches
« 1 2 ... 515 516 5171266 1267 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[pushed] c++: change -fconcepts to mean C++20 concepts [pushed] c++: change -fconcepts to mean C++20 concepts - - - - --- 2022-11-03 Jason Merrill New
[pushed] c++: set TREE_NOTHROW after genericize [pushed] c++: set TREE_NOTHROW after genericize - - - - --- 2022-11-01 Jason Merrill New
[pushed] c++: apply friend attributes sooner [pushed] c++: apply friend attributes sooner - - - - --- 2022-10-28 Jason Merrill New
[pushed] c++: correct fold_operand change [pushed] c++: correct fold_operand change - - - - --- 2022-10-25 Jason Merrill New
[pushed] c++: constexpr-evaluate more assumes [pushed] c++: constexpr-evaluate more assumes - - - - --- 2022-10-25 Jason Merrill New
[pushed] c++: improve failed constexpr assume diagnostic [pushed] c++: improve failed constexpr assume diagnostic - - - - --- 2022-10-25 Jason Merrill New
[RFA] tree: add build_string_literal overloads [RFA] tree: add build_string_literal overloads - - - - --- 2022-10-20 Jason Merrill New
[pushed] c++: defer all consteval in default args [DR2631] [pushed] c++: defer all consteval in default args [DR2631] - - - - --- 2022-10-12 Jason Merrill New
[pushed] c++: track whether we expect a TARGET_EXPR to be elided [pushed] c++: track whether we expect a TARGET_EXPR to be elided - - - - --- 2022-10-08 Jason Merrill New
[RFA] gimplify: prevent some C++ temporary elision [RFA] gimplify: prevent some C++ temporary elision - - - - --- 2022-10-06 Jason Merrill New
[pushed] c++: lvalue_kind tweak [pushed] c++: lvalue_kind tweak - - - - --- 2022-10-05 Jason Merrill New
[pushed] c++: fix debug info for array temporary [PR107154] [pushed] c++: fix debug info for array temporary [PR107154] - - - - --- 2022-10-04 Jason Merrill New
[pushed] c++: loop through array CONSTRUCTOR [pushed] c++: loop through array CONSTRUCTOR - - - - --- 2022-10-01 Jason Merrill New
[pushed] c++: cast split_nonconstant_init return val to void [pushed] c++: cast split_nonconstant_init return val to void - - - - --- 2022-10-01 Jason Merrill New
[RFC] c++: fix broken conversion in coroutines [RFC] c++: fix broken conversion in coroutines - - - - --- 2022-09-30 Jason Merrill New
[pushed] c++: reduce redundant TARGET_EXPR [pushed] c++: reduce redundant TARGET_EXPR - - - - --- 2022-09-30 Jason Merrill New
[pushed] c++: fix triviality of class with unsatisfied op= [pushed] c++: fix triviality of class with unsatisfied op= - - - - --- 2022-09-29 Jason Merrill New
[pushed] c++: check DECL_INITIAL for constexpr [pushed] c++: check DECL_INITIAL for constexpr - - - - --- 2022-09-29 Jason Merrill New
[pushed] c++: fix class-valued ?: extension [pushed] c++: fix class-valued ?: extension - - - - --- 2022-09-29 Jason Merrill New
[pushed] c++: reduce temporaries in ?: [pushed] c++: reduce temporaries in ?: - - - - --- 2022-09-29 Jason Merrill New
[pushed] c++: member fn in omp loc list [PR106858] [pushed] c++: member fn in omp loc list [PR106858] - - - - --- 2022-09-16 Jason Merrill New
[pushed] c++: auto member function and auto variable [PR106893] [pushed] c++: auto member function and auto variable [PR106893] - - - - --- 2022-09-12 Jason Merrill New
[pushed] c++: cast to array of unknown bound [PR93259] [pushed] c++: cast to array of unknown bound [PR93259] - - - - --- 2022-09-12 Jason Merrill New
c++: lambda capture of array with deduced bounds [PR106567] c++: lambda capture of array with deduced bounds [PR106567] - - - - --- 2022-09-12 Jason Merrill New
[pushed] c++: diagnostic for template placeholder in parm [PR106793] [pushed] c++: diagnostic for template placeholder in parm [PR106793] - - - - --- 2022-09-07 Jason Merrill New
[RFA] libstdc++: small dynamic_cast optimization [RFA] libstdc++: small dynamic_cast optimization - - - - --- 2022-09-07 Jason Merrill New
[wwdocs,RFA] contribute: link to kernel doc about patch email [wwdocs,RFA] contribute: link to kernel doc about patch email - - - - --- 2022-09-06 Jason Merrill New
[pushed] c++: C++23 operator[] allows default arguments [pushed] c++: C++23 operator[] allows default arguments - - - - --- 2022-09-06 Jason Merrill New
[pushed] c++: set TYPE_STRING_FLAG for char8_t [pushed] c++: set TYPE_STRING_FLAG for char8_t - - - - --- 2022-09-01 Jason Merrill New
[pushed] c++: block copy elision in delegating ctor [pushed] c++: block copy elision in delegating ctor - - - - --- 2022-08-25 Jason Merrill New
[pushed] dwarf2: use DW_ATE_UTF for C++ char8_t [pushed] dwarf2: use DW_ATE_UTF for C++ char8_t - - - - --- 2022-08-25 Jason Merrill New
[pushed] c++: constexpr, empty base after non-empty [PR106369] [pushed] c++: constexpr, empty base after non-empty [PR106369] - - - - --- 2022-07-31 Jason Merrill New
[pushed] c++: aggregate prvalue as for range [PR106230] [pushed] c++: aggregate prvalue as for range [PR106230] - - - - --- 2022-07-26 Jason Merrill New
[pushed] c++: -Woverloaded-virtual false positive [PR87729] [pushed] c++: -Woverloaded-virtual false positive [PR87729] - - - - --- 2022-07-25 Jason Merrill New
[pushed] c++: defaulted friend op== [PR106361] [pushed] c++: defaulted friend op== [PR106361] - - - - --- 2022-07-21 Jason Merrill New
[pushed] c++: defaulted ctor with DMI in union [PR94823] [pushed] c++: defaulted ctor with DMI in union [PR94823] - - - - --- 2022-07-21 Jason Merrill New
[pushed] c++: -Woverloaded-virtual and dtors [PR87729] [pushed] c++: -Woverloaded-virtual and dtors [PR87729] - - - - --- 2022-07-07 Jason Merrill New
[pushed] c++: dependent conversion operator lookup [PR106179] [pushed] c++: dependent conversion operator lookup [PR106179] - - - - --- 2022-07-06 Jason Merrill New
[pushed] c++: tweak resolve_args change [pushed] c++: tweak resolve_args change - - - - --- 2022-07-01 Jason Merrill New
[pushed] c++: add fixup to missing .template warning [pushed] c++: add fixup to missing .template warning - - - - --- 2022-07-01 Jason Merrill New
[pushed] c++: dependent generic lambda template-id [PR106024] [pushed] c++: dependent generic lambda template-id [PR106024] - - - - --- 2022-07-01 Jason Merrill New
[pushed] c++: Include -Woverloaded-virtual in -Wall [PR87729] [pushed] c++: Include -Woverloaded-virtual in -Wall [PR87729] - - - - --- 2022-06-24 Jason Merrill New
[pushed] c++: designated init cleanup [PR105925] [pushed] c++: designated init cleanup [PR105925] - - - - --- 2022-06-23 Jason Merrill New
[pushed] c++: anon union designated init [PR105925] [pushed] c++: anon union designated init [PR105925] - - - - --- 2022-06-23 Jason Merrill New
[pushed] c++: -Waddress and if constexpr [PR94554] [pushed] c++: -Waddress and if constexpr [PR94554] - - - - --- 2022-06-23 Jason Merrill New
[pushed] c++: -Waddress and value-dependent expr [PR105885] [pushed] c++: -Waddress and value-dependent expr [PR105885] - - - - --- 2022-06-23 Jason Merrill New
[pushed] c++: tweak deduction with auto template parms [pushed] c++: tweak deduction with auto template parms - - - - --- 2022-06-23 Jason Merrill New
[pushed] c++: dependence of baselink [PR105964] [pushed] c++: dependence of baselink [PR105964] - - - - --- 2022-06-23 Jason Merrill New
[pushed] c++: class scope function lookup [PR105908] [pushed] c++: class scope function lookup [PR105908] - - - - --- 2022-06-22 Jason Merrill New
[RFA] ubsan: do return check with -fsanitize=unreachable [RFA] ubsan: do return check with -fsanitize=unreachable - - - - --- 2022-06-17 Jason Merrill New
[pushed] opts: fix opts_set->x_flag_sanitize [pushed] opts: fix opts_set->x_flag_sanitize - - - - --- 2022-06-16 Jason Merrill New
[RFA] ubsan: default to trap on unreachable at -O0 and -Og [PR104642] [RFA] ubsan: default to trap on unreachable at -O0 and -Og [PR104642] - - - - --- 2022-06-13 Jason Merrill New
[RFA] ubsan: -Wreturn-type and ubsan trap-on-error [RFA] ubsan: -Wreturn-type and ubsan trap-on-error - - - - --- 2022-06-13 Jason Merrill New
[pushed] c++: non-templated friends [PR105852] [pushed] c++: non-templated friends [PR105852] - - - - --- 2022-06-08 Jason Merrill New
[pushed] c++: redeclared hidden friend take 2 [PR105852] [pushed] c++: redeclared hidden friend take 2 [PR105852] - - - - --- 2022-06-08 Jason Merrill New
[pushed] c++: redeclared hidden friend [PR105761] [pushed] c++: redeclared hidden friend [PR105761] - - - - --- 2022-06-03 Jason Merrill New
[pushed] c++: more constexpr empty base [PR105795] [pushed] c++: more constexpr empty base [PR105795] - - - - --- 2022-06-02 Jason Merrill New
[pushed] c++: constexpr empty aggr [PR105795] [pushed] c++: constexpr empty aggr [PR105795] - - - - --- 2022-06-02 Jason Merrill New
[pushed] c++: auto and dependent member name [PR105734] [pushed] c++: auto and dependent member name [PR105734] - - - - --- 2022-06-01 Jason Merrill New
[pushed] c++: auto function as function argument [PR105779] [pushed] c++: auto function as function argument [PR105779] - - - - --- 2022-06-01 Jason Merrill New
[pushed] build: TAGS and .cc transition [pushed] build: TAGS and .cc transition - - - - --- 2022-05-31 Jason Merrill New
[pushed] c++: lambda in concept [PR105652] [pushed] c++: lambda in concept [PR105652] - - - - --- 2022-05-28 Jason Merrill New
[pushed] c++: CTAD with alias and nested template [PR105655] [pushed] c++: CTAD with alias and nested template [PR105655] - - - - --- 2022-05-25 Jason Merrill New
[pushed] c++: deduction from auto fn [PR105623] [pushed] c++: deduction from auto fn [PR105623] - - - - --- 2022-05-25 Jason Merrill New
[pushed] c++: constexpr returning deallocated ptr [pushed] c++: constexpr returning deallocated ptr - - - - --- 2022-05-25 Jason Merrill New
[pushed] c++: strict constexpr and local vars [pushed] c++: strict constexpr and local vars - - - - --- 2022-05-25 Jason Merrill New
[pushed] c++: constexpr returning deallocated ptr [pushed] c++: constexpr returning deallocated ptr - - - - --- 2022-05-24 Jason Merrill New
[pushed] c++: strict constexpr and local vars [pushed] c++: strict constexpr and local vars - - - - --- 2022-05-24 Jason Merrill New
[pushed] c++: *this folding in constexpr call [pushed] c++: *this folding in constexpr call - - - - --- 2022-05-24 Jason Merrill New
[pushed] c++: discarded-value and constexpr [pushed] c++: discarded-value and constexpr - - - - --- 2022-05-24 Jason Merrill New
[pushed] c++: constexpr empty base redux [PR105622] [pushed] c++: constexpr empty base redux [PR105622] - - - - --- 2022-05-24 Jason Merrill New
[pushed] c++: constexpr ref to array of array [PR102307] [pushed] c++: constexpr ref to array of array [PR102307] - - - - --- 2022-05-17 Jason Merrill New
[pushed] c++: hidden friend access [DR1699] [pushed] c++: hidden friend access [DR1699] - - - - --- 2022-05-15 Jason Merrill New
[pushed] c++: parsing injected-class-name as template [pushed] c++: parsing injected-class-name as template - - - - --- 2022-05-15 Jason Merrill New
[pushed] c++: array {}-init [PR105589] [pushed] c++: array {}-init [PR105589] - - - - --- 2022-05-15 Jason Merrill New
[pushed] c++: lambda template in requires [PR105541] [pushed] c++: lambda template in requires [PR105541] - - - - --- 2022-05-11 Jason Merrill New
[pushed] c++: fix arm-eabi bootstrap [PR105567] [pushed] c++: fix arm-eabi bootstrap [PR105567] - - - - --- 2022-05-11 Jason Merrill New
[pushed] c++: fix arm-eabi crash building libstdc++ [PR105529] [pushed] c++: fix arm-eabi crash building libstdc++ [PR105529] - - - - --- 2022-05-10 Jason Merrill New
[pushed] c++: empty base constexpr adjustment [PR105245] [pushed] c++: empty base constexpr adjustment [PR105245] - - - - --- 2022-05-06 Jason Merrill New
[RFA] attribs: fix typedefs in generic code [PR105492] [RFA] attribs: fix typedefs in generic code [PR105492] - - - - --- 2022-05-05 Jason Merrill New
[pushed] c++: alias CTAD refactoring [PR104470] [pushed] c++: alias CTAD refactoring [PR104470] - - - - --- 2022-05-04 Jason Merrill New
[pushed] c++: optimize reshape_init [pushed] c++: optimize reshape_init - - - - --- 2022-05-04 Jason Merrill New
[pushed] c++: use %D more [pushed] c++: use %D more - - - - --- 2022-05-04 Jason Merrill New
[pushed] c++: Remove cdtor_label [pushed] c++: Remove cdtor_label - - - - --- 2022-05-04 Jason Merrill New
[pushed] c++: improve template-id location [pushed] c++: improve template-id location - - - - --- 2022-05-02 Jason Merrill New
[pushed] c++: also note name used in enclosing class [pushed] c++: also note name used in enclosing class - - - - --- 2022-05-02 Jason Merrill New
[pushed] c++: reorganize friend template matching [PR91618] [pushed] c++: reorganize friend template matching [PR91618] - - - - --- 2022-04-29 Jason Merrill New
[pushed] c++: alias CTAD and member alias templates [PR104470] [pushed] c++: alias CTAD and member alias templates [PR104470] - - - - --- 2022-04-29 Jason Merrill New
[pushed] c++: lambda capture dependent type [PR82980] [pushed] c++: lambda capture dependent type [PR82980] - - - - --- 2022-04-29 Jason Merrill New
[pushed] c++: check completeness after auto deduction [PR80351] [pushed] c++: check completeness after auto deduction [PR80351] - - - - --- 2022-04-29 Jason Merrill New
[pushed] c++: using in diagnostics [PR102987] [pushed] c++: using in diagnostics [PR102987] - - - - --- 2022-04-29 Jason Merrill New
[pushed] c++: dump alias-declaration scope [pushed] c++: dump alias-declaration scope - - - - --- 2022-04-29 Jason Merrill New
[pushed] c++: traits, array of unknown bound of incomplete [pushed] c++: traits, array of unknown bound of incomplete - - - - --- 2022-04-29 Jason Merrill New
[pushed] c++: typeid and instantiation [PR102651] [pushed] c++: typeid and instantiation [PR102651] - - - - --- 2022-04-29 Jason Merrill New
[RFA] c-family: attribute ((aligned, mode)) [PR100545] [RFA] c-family: attribute ((aligned, mode)) [PR100545] - - - - --- 2022-04-27 Jason Merrill New
[pushed] c++: pack init-capture of unresolved overload [PR102629] [pushed] c++: pack init-capture of unresolved overload [PR102629] - - - - --- 2022-04-26 Jason Merrill New
[pushed] c++: generic lambda fn parm pack [PR104624] [pushed] c++: generic lambda fn parm pack [PR104624] - - - - --- 2022-04-26 Jason Merrill New
[pushed] c++: unsigned int32_t enum promotion [PR102804] [pushed] c++: unsigned int32_t enum promotion [PR102804] - - - - --- 2022-04-15 Jason Merrill New
[pushed] c++: using in diagnostics [PR102987] [pushed] c++: using in diagnostics [PR102987] - - - - --- 2022-04-15 Jason Merrill New
[pushed] c++: constexpr trivial -fno-elide-ctors [PR104646] [pushed] c++: constexpr trivial -fno-elide-ctors [PR104646] - - - - --- 2022-04-14 Jason Merrill New
« 1 2 ... 515 516 5171266 1267 »