Show patches with: Submitter = Marek Polacek       |    State = Action Required       |    Archived = No       |   74 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
c++: DECL_DECOMPOSITION_P cleanup c++: DECL_DECOMPOSITION_P cleanup - - - -1- 2024-03-02 Marek Polacek Unresolved
[v5] c++: implement [[gnu::non_owning]] [PR110358] [v5] c++: implement [[gnu::non_owning]] [PR110358] - - - -1- 2024-03-01 Marek Polacek Unresolved
[v4] c++: implement [[gnu::non_owning]] [PR110358] [v4] c++: implement [[gnu::non_owning]] [PR110358] - - - -1- 2024-03-01 Marek Polacek Unresolved
[v3] c++: implement [[gnu::non_owning]] [PR110358] [v3] c++: implement [[gnu::non_owning]] [PR110358] - - - -1- 2024-03-01 Marek Polacek Unresolved
[pushed] testsuite: fix Wmismatched-new-delete-8.C with -m32 [pushed] testsuite: fix Wmismatched-new-delete-8.C with -m32 - - - -1- 2024-02-22 Marek Polacek Unresolved
[v2] c++: implement [[gnu::non_owning]] [PR110358] [v2] c++: implement [[gnu::non_owning]] [PR110358] - - - -1- 2024-02-22 Marek Polacek Unresolved
c++: -Wuninitialized when binding a ref to uninit DM [PR113987] c++: -Wuninitialized when binding a ref to uninit DM [PR113987] - - - -1- 2024-02-21 Marek Polacek Unresolved
[v2] c++: implicit move with throw [PR113853] [v2] c++: implicit move with throw [PR113853] - - - -1- 2024-02-16 Marek Polacek Unresolved
c++: implicit move with throw [PR113853] c++: implicit move with throw [PR113853] - - - -1- 2024-02-15 Marek Polacek Unresolved
c++: ICE with reinterpret_cast and switch [PR113545] c++: ICE with reinterpret_cast and switch [PR113545] - - - -1- 2024-02-10 Marek Polacek Unresolved
[v4] c++: DR2237, cdtor and template-id tweaks [PR107126] [v4] c++: DR2237, cdtor and template-id tweaks [PR107126] - - - -1- 2024-02-09 Marek Polacek Unresolved
[v3] c++: DR2237, cdtor and template-id tweaks [PR107126] [v3] c++: DR2237, cdtor and template-id tweaks [PR107126] - - - -1- 2024-02-08 Marek Polacek Unresolved
c++: further DR 2237 fix [PR97202] c++: further DR 2237 fix [PR97202] - - - -1- 2024-02-06 Marek Polacek Unresolved
[v2] c++: DR2237, cdtor and template-id tweaks [PR107126] [v2] c++: DR2237, cdtor and template-id tweaks [PR107126] - - - -1- 2024-02-06 Marek Polacek Unresolved
c++: -Wdangling-reference tweak to unbreak aarch64 c++: -Wdangling-reference tweak to unbreak aarch64 - - - -1- 2024-02-01 Marek Polacek Unresolved
[v2] c++: add deprecation notice for -fconcepts-ts [v2] c++: add deprecation notice for -fconcepts-ts - - - -1- 2024-01-31 Marek Polacek Unresolved
c++: add deprecation notice for -fconcepts-ts c++: add deprecation notice for -fconcepts-ts - - - -1- 2024-01-30 Marek Polacek Unresolved
c++: implement [[gnu::non_owning]] [PR110358] c++: implement [[gnu::non_owning]] [PR110358] - - - -1- 2024-01-26 Marek Polacek Unresolved
c++: avoid -Wdangling-reference for std::span-like classes [PR110358] c++: avoid -Wdangling-reference for std::span-like classes [PR110358] - - - -1- 2024-01-22 Marek Polacek Unresolved
[pushed] c++: extend Wdangling-reference17.C [PR109642] [pushed] c++: extend Wdangling-reference17.C [PR109642] - - - -1- 2024-01-22 Marek Polacek Unresolved
libstdc++: suppress -Wdangling-reference with operator| [PR111410] libstdc++: suppress -Wdangling-reference with operator| [PR111410] - - - -1- 2024-01-20 Marek Polacek Unresolved
c++: ICE when xobj is not the first parm [PR113389] c++: ICE when xobj is not the first parm [PR113389] - - - -1- 2024-01-18 Marek Polacek Unresolved
c++: fix xobj diagnostic messages c++: fix xobj diagnostic messages - - - -1- 2024-01-16 Marek Polacek Unresolved
c++: ICE with auto in template arg [PR110065] c++: ICE with auto in template arg [PR110065] - - - -1- 2024-01-15 Marek Polacek Unresolved
sccopy: remove unused data member [PR113069] sccopy: remove unused data member [PR113069] - - - -1- 2023-12-19 Marek Polacek Unresolved
[v4] c++: fix ICE with sizeof in a template [PR112869] [v4] c++: fix ICE with sizeof in a template [PR112869] - - - -1- 2023-12-14 Marek Polacek Unresolved
[v3] c++: fix ICE with sizeof in a template [PR112869] [v3] c++: fix ICE with sizeof in a template [PR112869] - - - -1- 2023-12-12 Marek Polacek Unresolved
[v2] c++: fix ICE with sizeof in a template [PR112869] [v2] c++: fix ICE with sizeof in a template [PR112869] - - - -1- 2023-12-08 Marek Polacek Unresolved
aarch64: add -fno-stack-protector to tests aarch64: add -fno-stack-protector to tests - - - -1- 2023-12-06 Marek Polacek Unresolved
c++: fix ICE with sizeof in a template [PR112869] c++: fix ICE with sizeof in a template [PR112869] - - - -1- 2023-12-05 Marek Polacek Unresolved
build: unbreak bootstrap on uclinux targets [PR112762] build: unbreak bootstrap on uclinux targets [PR112762] - - - -1- 2023-12-05 Marek Polacek Unresolved
[v8] c++: implement P2564, consteval needs to propagate up [PR107687] [v8] c++: implement P2564, consteval needs to propagate up [PR107687] - - - -1- 2023-12-05 Marek Polacek Unresolved
[v7] c++: implement P2564, consteval needs to propagate up [PR107687] [v7] c++: implement P2564, consteval needs to propagate up [PR107687] - - - -1- 2023-12-04 Marek Polacek Unresolved
[v6] c++: implement P2564, consteval needs to propagate up [PR107687] [v6] c++: implement P2564, consteval needs to propagate up [PR107687] - - - -1- 2023-12-01 Marek Polacek Unresolved
gcc: Disallow trampolines when -fhardened gcc: Disallow trampolines when -fhardened - - - -1- 2023-12-01 Marek Polacek Unresolved
[wwwdocs] gcc-14/changes.html: Update C++ news for GCC 14 [wwwdocs] gcc-14/changes.html: Update C++ news for GCC 14 - - - -1- 2023-11-30 Marek Polacek Unresolved
[v5] c++: implement P2564, consteval needs to propagate up [PR107687] [v5] c++: implement P2564, consteval needs to propagate up [PR107687] - - - -1- 2023-11-23 Marek Polacek Unresolved
[v5] gcc: Introduce -fhardened [v5] gcc: Introduce -fhardened - - - -1- 2023-11-16 Marek Polacek Unresolved
[pushed] testsuite: fix lambda-decltype3.C in C++11 [pushed] testsuite: fix lambda-decltype3.C in C++11 - - - -1- 2023-11-11 Marek Polacek Unresolved
[v4] c++: implement P2564, consteval needs to propagate up [PR107687] [v4] c++: implement P2564, consteval needs to propagate up [PR107687] - - - -1- 2023-11-06 Marek Polacek Unresolved
[v4] gcc: Introduce -fhardened [v4] gcc: Introduce -fhardened - - - -1- 2023-11-03 Marek Polacek Unresolved
[v3] c++: implement P2564, consteval needs to propagate up [PR107687] [v3] c++: implement P2564, consteval needs to propagate up [PR107687] - - - -1- 2023-11-02 Marek Polacek Unresolved
[v3] gcc: Introduce -fhardened [v3] gcc: Introduce -fhardened - - - -1- 2023-10-23 Marek Polacek Unresolved
[v3] c++: Fix compile-time-hog in cp_fold_immediate_r [PR111660] [v3] c++: Fix compile-time-hog in cp_fold_immediate_r [PR111660] - - - -1- 2023-10-17 Marek Polacek Unresolved
[v2] c++: Fix compile-time-hog in cp_fold_immediate_r [PR111660] [v2] c++: Fix compile-time-hog in cp_fold_immediate_r [PR111660] - - - -1- 2023-10-13 Marek Polacek Unresolved
c++: Fix compile-time-hog in cp_fold_immediate_r [PR111660] c++: Fix compile-time-hog in cp_fold_immediate_r [PR111660] - - - -1- 2023-10-12 Marek Polacek Unresolved
[v2] gcc: Introduce -fhardened [v2] gcc: Introduce -fhardened - - - -1- 2023-10-11 Marek Polacek Unresolved
[v2] c++: implement P2564, consteval needs to propagate up [PR107687] [v2] c++: implement P2564, consteval needs to propagate up [PR107687] - - - -1- 2023-10-10 Marek Polacek Unresolved
[v7] c++: Move consteval folding to cp_fold_r [v7] c++: Move consteval folding to cp_fold_r - - - -1- 2023-09-18 Marek Polacek Unresolved
[v6] c++: Move consteval folding to cp_fold_r [v6] c++: Move consteval folding to cp_fold_r - - - -1- 2023-09-15 Marek Polacek Unresolved
gcc: Introduce -fhardened gcc: Introduce -fhardened - - - -1- 2023-09-15 Marek Polacek Unresolved
[v5] c++: Move consteval folding to cp_fold_r [v5] c++: Move consteval folding to cp_fold_r - - - -1- 2023-09-14 Marek Polacek Unresolved
[v4] c++: Move consteval folding to cp_fold_r [v4] c++: Move consteval folding to cp_fold_r - - - -1- 2023-09-13 Marek Polacek Unresolved
[v3] c++: Move consteval folding to cp_fold_r [v3] c++: Move consteval folding to cp_fold_r - - - -1- 2023-09-08 Marek Polacek Unresolved
[v2] c++: Move consteval folding to cp_fold_r [v2] c++: Move consteval folding to cp_fold_r - - - -1- 2023-09-07 Marek Polacek Unresolved
c++: Move consteval folding to cp_fold_r c++: Move consteval folding to cp_fold_r - - - -1- 2023-09-01 Marek Polacek Unresolved
c++: implement P2564, consteval needs to propagate up [PR107687] c++: implement P2564, consteval needs to propagate up [PR107687] - - - -1- 2023-08-23 Marek Polacek Unresolved
c++: clear tf_partial et al in instantiate_template [PR108960] c++: clear tf_partial et al in instantiate_template [PR108960] - - - -1- 2023-07-25 Marek Polacek Unresolved
[v3] c++: fix ICE with constexpr ARRAY_REF [PR110382] [v3] c++: fix ICE with constexpr ARRAY_REF [PR110382] - - - -1- 2023-07-25 Marek Polacek Repeat Merge
[wwwdocs] cxx-status: Add C++26 papers (Spring 2023, Varna) [wwwdocs] cxx-status: Add C++26 papers (Spring 2023, Varna) - - - -1- 2023-06-21 Marek Polacek Unresolved
[wwwdocs] cxx-dr-status: Update from C++ Core Language Issue TOC, Revision 111 [wwwdocs] cxx-dr-status: Update from C++ Core Language Issue TOC, Revision 111 - - - -1- 2023-06-13 Marek Polacek Unresolved
configure: Implement --enable-host-bind-now configure: Implement --enable-host-bind-now - - - -1- 2023-05-16 Marek Polacek Unresolved
[pushed] ubsan: ubsan_maybe_instrument_array_ref tweak [pushed] ubsan: ubsan_maybe_instrument_array_ref tweak - - - -1- 2023-05-01 Marek Polacek Repeat Merge
c++: ICE with -Wmismatched-tags and member template [PR106259] c++: ICE with -Wmismatched-tags and member template [PR106259] - - - -1- 2023-03-01 Marek Polacek Repeat Merge
c++: ICE with constexpr variable template [PR107938] c++: ICE with constexpr variable template [PR107938] - - - -1- 2023-02-23 Marek Polacek Repeat Merge
c++: variable template and targ deduction [PR108550] c++: variable template and targ deduction [PR108550] - - - -1- 2023-02-22 Marek Polacek Unresolved
c-family: avoid compile-time-hog in c_genericize [PR108880] c-family: avoid compile-time-hog in c_genericize [PR108880] - - - -1- 2023-02-22 Marek Polacek Repeat Merge
[v2] warn-access: wrong -Wdangling-pointer with labels [PR106080] [v2] warn-access: wrong -Wdangling-pointer with labels [PR106080] - - - -1- 2023-02-15 Marek Polacek Repeat Merge
[pushed] doc: Update -fchar8_t documentation [pushed] doc: Update -fchar8_t documentation - - - -1- 2023-02-07 Marek Polacek Repeat Merge
[pushed] c++: Add fixed test [PR101071] [pushed] c++: Add fixed test [PR101071] - - - -1- 2023-02-03 Marek Polacek Repeat Merge
[pushed] c++: Add fixed test [PR102870] [pushed] c++: Add fixed test [PR102870] - - - -1- 2023-01-31 Marek Polacek Repeat Merge
[wwwdocs] cxx-status: Add C++23 papers from the Nov 2022 Kona WG21 plenary [wwwdocs] cxx-status: Add C++23 papers from the Nov 2022 Kona WG21 plenary - - - -1- 2022-11-14 Marek Polacek Unresolved
configure: Implement --enable-host-bind-now configure: Implement --enable-host-bind-now - - - -1- 2022-11-11 Marek Polacek Unresolved
[v2] c++: Mitigate -Wuseless-cast with classes [PR85043] [v2] c++: Mitigate -Wuseless-cast with classes [PR85043] - - - -1- 2022-10-19 Marek Polacek Unresolved