Show patches with: State = Action Required       |    Archived = No       |   126513 patches
« 1 2 ... 733 734 7351265 1266 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
c++: Fix value-init crash in template [PR93676] c++: Fix value-init crash in template [PR93676] - - - - --- 2020-02-11 Marek Polacek New
c++: Fix paren init of aggregates in unevaluated context [PR92947] c++: Fix paren init of aggregates in unevaluated context [PR92947] - - - - --- 2020-02-07 Marek Polacek New
c++: Fix ICE with template codes in check_narrowing [PR91465] c++: Fix ICE with template codes in check_narrowing [PR91465] - - - - --- 2020-02-07 Marek Polacek New
c++: Fix ICE with lambda in operator function [PR93597] c++: Fix ICE with lambda in operator function [PR93597] - - - - --- 2020-02-05 Marek Polacek New
c++: Fix ICE with CONSTRUCTOR flags verification [PR93559] c++: Fix ICE with CONSTRUCTOR flags verification [PR93559] - - - - --- 2020-02-05 Marek Polacek New
c++: Fix ICE on invalid alignas in a template [PR93530] c++: Fix ICE on invalid alignas in a template [PR93530] - - - - --- 2020-02-01 Marek Polacek New
[COMMITTED] c++: Add new test [PR88092] [COMMITTED] c++: Add new test [PR88092] - - - - --- 2020-01-29 Marek Polacek New
c++: Fix template arguments comparison with class NTTP [PR91754] c++: Fix template arguments comparison with class NTTP [PR91754] - - - - --- 2020-01-29 Marek Polacek New
c++: Fix class NTTP with template arguments [PR92948] c++: Fix class NTTP with template arguments [PR92948] - - - - --- 2020-01-28 Marek Polacek New
sanopt: Avoid crash on anonymous parameter [PR93436] sanopt: Avoid crash on anonymous parameter [PR93436] - - - - --- 2020-01-26 Marek Polacek New
[C++] c++: Poor diagnostic for dynamic_cast in constexpr context [PR93414] [C++] c++: Poor diagnostic for dynamic_cast in constexpr context [PR93414] - - - - --- 2020-01-24 Marek Polacek New
[C++] PR c++/92907 - noexcept does not consider "const" in member functions. [C++] PR c++/92907 - noexcept does not consider "const" in member functions. - - - - --- 2020-01-22 Marek Polacek New
[C++] PR c++/93324 - ICE with -Wall on constexpr if. [C++] PR c++/93324 - ICE with -Wall on constexpr if. - - - - --- 2020-01-19 Marek Polacek New
[C++] PR c++/93299 - ICE in tsubst_copy with parenthesized expression. [C++] PR c++/93299 - ICE in tsubst_copy with parenthesized expression. - - - - --- 2020-01-17 Marek Polacek New
[C++] PR c++/92745 - bogus error when initializing array of vectors. [C++] PR c++/92745 - bogus error when initializing array of vectors. - - - - --- 2019-12-20 Marek Polacek New
[C++] PR c++/92974 - bogus location for enum and non-enum in ?: warning. [C++] PR c++/92974 - bogus location for enum and non-enum in ?: warning. - - - - --- 2019-12-19 Marek Polacek New
[C++] c++/92878 - Parenthesized init of aggregates in new-expression. [C++] c++/92878 - Parenthesized init of aggregates in new-expression. - - - - --- 2019-12-10 Marek Polacek New
[committed] Add test for c++/92451 [committed] Add test for c++/92451 - - - - --- 2019-12-06 Marek Polacek New
[C++] c++/92271 - make __is_same alias for __is_same_as. [C++] c++/92271 - make __is_same alias for __is_same_as. - - - - --- 2019-12-05 Marek Polacek New
[committed] Remove stray comma in primary_constraint_error. [committed] Remove stray comma in primary_constraint_error. - - - - --- 2019-12-04 Marek Polacek New
[wwwdocs] Update C++ status with Belfast motions [wwwdocs] Update C++ status with Belfast motions - - - - --- 2019-11-22 Marek Polacek New
[committed] Add test for c++/92443 [committed] Add test for c++/92443 - - - - --- 2019-11-20 Marek Polacek New
[C++] c++/92450 - ICE with invalid nested name specifier. [C++] c++/92450 - ICE with invalid nested name specifier. - - - - --- 2019-11-18 Marek Polacek New
[C++] c++/91353 - P1331R2: Allow trivial default init in constexpr contexts. [C++] c++/91353 - P1331R2: Allow trivial default init in constexpr contexts. - - - - --- 2019-11-16 Marek Polacek New
[C++] c++/89070 - bogus [[nodiscard]] warning in SFINAE. [C++] c++/89070 - bogus [[nodiscard]] warning in SFINAE. - - - - --- 2019-11-12 Marek Polacek New
C++ PATCH for c++/88337 - P1327R1: Allow polymorphic typeid in constexpr C++ PATCH for c++/88337 - P1327R1: Allow polymorphic typeid in constexpr - - - - --- 2019-11-12 Marek Polacek New
[C++,COMMITTED] Add test for c++/92058 [C++,COMMITTED] Add test for c++/92058 - - - - --- 2019-11-08 Marek Polacek New
C++ PATCH for c++/88337 - Implement P1327R1: Allow dynamic_cast in constexpr C++ PATCH for c++/88337 - Implement P1327R1: Allow dynamic_cast in constexpr - - - - --- 2019-11-08 Marek Polacek New
C++ PATCH to add test for c++/91581 C++ PATCH to add test for c++/91581 - - - - --- 2019-10-25 Marek Polacek New
C++ PATCH for c++/90998 - ICE with copy elision in init by ctor and -Wconversion C++ PATCH for c++/90998 - ICE with copy elision in init by ctor and -Wconversion - - - - --- 2019-10-25 Marek Polacek New
C++ PATCH for c++/92134 - constinit malfunction in static data member C++ PATCH for c++/92134 - constinit malfunction in static data member - - - - --- 2019-10-24 Marek Polacek New
C++ PATCH for c++/92215 - flawed diagnostic for bit-field with non-integral type C++ PATCH for c++/92215 - flawed diagnostic for bit-field with non-integral type - - - - --- 2019-10-24 Marek Polacek New
C++ PATCH for c++/91962 - ICE with reference binding and qualification conversion C++ PATCH for c++/91962 - ICE with reference binding and qualification conversion - - - - --- 2019-10-24 Marek Polacek New
C++ PATCH to add missing space in diagnostic C++ PATCH to add missing space in diagnostic - - - - --- 2019-10-24 Marek Polacek New
C++ PATCH for c++/91548 - fix detecting modifying const objects for ARRAY_REF C++ PATCH for c++/91548 - fix detecting modifying const objects for ARRAY_REF - - - - --- 2019-10-23 Marek Polacek New
C++ PATCH for c++/91363 - P0960R3: Parenthesized initialization of aggregates C++ PATCH for c++/91363 - P0960R3: Parenthesized initialization of aggregates - - - - --- 2019-10-22 Marek Polacek New
C++ PATCH for c++/92106 - ICE with structured bindings and -Wreturn-local-addr C++ PATCH for c++/92106 - ICE with structured bindings and -Wreturn-local-addr - - - - --- 2019-10-15 Marek Polacek New
C++ PATCH to add test for c++/92070 C++ PATCH to add test for c++/92070 - - - - --- 2019-10-11 Marek Polacek New
C++ PATCH for c++/92062 - ODR-use ignored for static member of class template C++ PATCH for c++/92062 - ODR-use ignored for static member of class template - - - - --- 2019-10-11 Marek Polacek New
C++ PATCH for c++/92049 - extra error with -fchecking=2 C++ PATCH for c++/92049 - extra error with -fchecking=2 - - - - --- 2019-10-11 Marek Polacek New
[wwwdocs] Update C++ status [wwwdocs] Update C++ status - - - - --- 2019-10-10 Marek Polacek New
C++ PATCH for comp_ptr_ttypes_real C++ PATCH for comp_ptr_ttypes_real - - - - --- 2019-10-10 Marek Polacek New
C++ PATCH for c++/92032 - DR 1601: Promotion of enum with fixed underlying type C++ PATCH for c++/92032 - DR 1601: Promotion of enum with fixed underlying type - - - - --- 2019-10-08 Marek Polacek New
C++ PATCH to add test for DR 685 C++ PATCH to add test for DR 685 - - - - --- 2019-10-08 Marek Polacek New
[wwwdocs] Update C++ DR table [wwwdocs] Update C++ DR table - - - - --- 2019-10-05 Marek Polacek New
C++ PATCH for C++20 P0388R4 (conversions to arrays of unknown bounds) and CWG 1307 (c++/91364, c++/… C++ PATCH for C++20 P0388R4 (conversions to arrays of unknown bounds) and CWG 1307 (c++/91364, c++/… - - - - --- 2019-10-04 Marek Polacek New
C++ PATCH for c++/91923 - failure-to-SFINAE with class type NTTP in C++17 C++ PATCH for c++/91923 - failure-to-SFINAE with class type NTTP in C++17 - - - - --- 2019-09-27 Marek Polacek New
C++ PATCH for c++/91921 - stray warning with -Woverloaded-virtual C++ PATCH for c++/91921 - stray warning with -Woverloaded-virtual - - - - --- 2019-09-27 Marek Polacek New
C++ PATCH for c++/91889 - follow-up fix for DR 2352 C++ PATCH for c++/91889 - follow-up fix for DR 2352 - - - - --- 2019-09-27 Marek Polacek New
C++ PATCH for c++/91877 - ICE with converting member of packed struct. C++ PATCH for c++/91877 - ICE with converting member of packed struct. - - - - --- 2019-09-24 Marek Polacek New
C++ PATCH for c++/91845 - ICE with invalid pointer-to-member. C++ PATCH for c++/91845 - ICE with invalid pointer-to-member. - - - - --- 2019-09-24 Marek Polacek New
C++ PATCH for c++/91868 - improve -Wshadow location. C++ PATCH for c++/91868 - improve -Wshadow location. - - - - --- 2019-09-24 Marek Polacek New
C++ PATCH for c++/91844 - Implement CWG 2352, Similar types and reference binding. C++ PATCH for c++/91844 - Implement CWG 2352, Similar types and reference binding. - - - - --- 2019-09-22 Marek Polacek New
C++ PATCH to add test for DR 2345 C++ PATCH to add test for DR 2345 - - - - --- 2019-09-21 Marek Polacek New
C++ PATCH for c++/91819 - ICE with operator++ and enum. C++ PATCH for c++/91819 - ICE with operator++ and enum. - - - - --- 2019-09-19 Marek Polacek New
C++ PATCH for c++/91740 - ICE with constexpr call and ?: in ARRAY_REF C++ PATCH for c++/91740 - ICE with constexpr call and ?: in ARRAY_REF - - - - --- 2019-09-11 Marek Polacek New
C++ PATCH for c++/91705 - constexpr evaluation rejects ++/-- on floats C++ PATCH for c++/91705 - constexpr evaluation rejects ++/-- on floats - - - - --- 2019-09-10 Marek Polacek New
C++ PATCH for c++/84374 - diagnose invalid uses of decltype(auto) C++ PATCH for c++/84374 - diagnose invalid uses of decltype(auto) - - - - --- 2019-09-08 Marek Polacek New
C++ PATCH for c++/91673 - ICE with noexcept in alias-declaration C++ PATCH for c++/91673 - ICE with noexcept in alias-declaration - - - - --- 2019-09-07 Marek Polacek New
C++ PATCH for c++/91678 - wrong error with decltype and location wrapper C++ PATCH for c++/91678 - wrong error with decltype and location wrapper - - - - --- 2019-09-06 Marek Polacek New
C++ PATCH for c++/90537 - Implement P1286R2, Contra CWG DR1778 C++ PATCH for c++/90537 - Implement P1286R2, Contra CWG DR1778 - - - - --- 2019-09-05 Marek Polacek New
C++ PATCH to remove -fdeduce-init-list C++ PATCH to remove -fdeduce-init-list - - - - --- 2019-09-04 Marek Polacek New
C++ PATCH for c++/91644 - ICE with constinit in function template C++ PATCH for c++/91644 - ICE with constinit in function template - - - - --- 2019-09-03 Marek Polacek New
C++ PATCH for c++/91129 - wrong error with binary op in template argument C++ PATCH for c++/91129 - wrong error with binary op in template argument - - - - --- 2019-08-29 Marek Polacek New
C++ PATCH for c++/91428 - warn about std::is_constant_evaluated in if constexpr C++ PATCH for c++/91428 - warn about std::is_constant_evaluated in if constexpr - - - - --- 2019-08-27 Marek Polacek New
C++ PATCH for c++/91545 - ICE in constexpr store evaluation C++ PATCH for c++/91545 - ICE in constexpr store evaluation - - - - --- 2019-08-26 Marek Polacek New
C++ PATCH for c++/91521 - wrong error with operator-> C++ PATCH for c++/91521 - wrong error with operator-> - - - - --- 2019-08-23 Marek Polacek New
C++ PATCH for P1152R4: Deprecating some uses of volatile (PR c++/91361) C++ PATCH for P1152R4: Deprecating some uses of volatile (PR c++/91361) - - - - --- 2019-08-23 Marek Polacek New
C++ PATCH for c++/91304 - prefix attributes ignored in condition C++ PATCH for c++/91304 - prefix attributes ignored in condition - - - - --- 2019-08-21 Marek Polacek New
C++ PATCH for c++/79817 - attribute deprecated on namespace C++ PATCH for c++/79817 - attribute deprecated on namespace - - - - --- 2019-08-21 Marek Polacek New
[wwwdocs] Document C++ news in GCC 10 Release Notes [wwwdocs] Document C++ news in GCC 10 Release Notes - - - - --- 2019-08-19 Marek Polacek New
C++ PATCH for c++/81676 - bogus -Wunused warnings in constexpr if C++ PATCH for c++/81676 - bogus -Wunused warnings in constexpr if - - - - --- 2019-08-16 Marek Polacek New
C++ PATCH to add test for c++/85827 C++ PATCH to add test for c++/85827 - - - - --- 2019-08-16 Marek Polacek New
C++ PATCH to implement C++20 P1143R2, constinit (PR c++/91360) C++ PATCH to implement C++20 P1143R2, constinit (PR c++/91360) - - - - --- 2019-08-14 Marek Polacek New
[wwwdocs] Add missing C++20 feature [wwwdocs] Add missing C++20 feature - - - - --- 2019-08-12 Marek Polacek New
C++ PATCH for c++/91416 - GC during late parsing collects live data C++ PATCH for c++/91416 - GC during late parsing collects live data - - - - --- 2019-08-11 Marek Polacek New
C++ PATCH for more checking of DECL_MUTABLE_P C++ PATCH for more checking of DECL_MUTABLE_P - - - - --- 2019-08-10 Marek Polacek New
C++ PATCH for c++/90473 - wrong code with nullptr in default argument C++ PATCH for c++/90473 - wrong code with nullptr in default argument - - - - --- 2019-08-09 Marek Polacek New
C++ PATCH to add test for c++/79520 C++ PATCH to add test for c++/79520 - - - - --- 2019-08-08 Marek Polacek New
C++ PATCH for c++/87519 - bogus warning with -Wsign-conversion C++ PATCH for c++/87519 - bogus warning with -Wsign-conversion - - - - --- 2019-08-08 Marek Polacek New
C++ PATCH for c++/91391 - bogus -Wcomma-subscript warning C++ PATCH for c++/91391 - bogus -Wcomma-subscript warning - - - - --- 2019-08-07 Marek Polacek New
C++ PATCH for c++/81429 - wrong parsing of constructor with C++11 attribute C++ PATCH for c++/81429 - wrong parsing of constructor with C++11 attribute - - - - --- 2019-08-07 Marek Polacek New
C++ PATCH for c++/91346 - Implement C++2a P1668R1, allow unevaluated asm in constexpr C++ PATCH for c++/91346 - Implement C++2a P1668R1, allow unevaluated asm in constexpr - - - - --- 2019-08-06 Marek Polacek New
C++ PATCH for DR 2413 - typename in conversion-function-ids C++ PATCH for DR 2413 - typename in conversion-function-ids - - - - --- 2019-08-06 Marek Polacek New
[wwwdocs] Update C++ DR table [wwwdocs] Update C++ DR table - - - - --- 2019-08-05 Marek Polacek New
[wwwdocs] Another C++20 table update [wwwdocs] Another C++20 table update - - - - --- 2019-08-05 Marek Polacek New
[wwwdocs] Further tweaks to C++2a status [wwwdocs] Further tweaks to C++2a status - - - - --- 2019-08-04 Marek Polacek New
[wwwdocs] Update C++2a status [wwwdocs] Update C++2a status - - - - --- 2019-08-04 Marek Polacek New
C++ PATCH for c++/91338 - P1161R3: Deprecate a[b,c] C++ PATCH for c++/91338 - P1161R3: Deprecate a[b,c] - - - - --- 2019-08-04 Marek Polacek New
C++ PATCH to add test for c++/56428 C++ PATCH to add test for c++/56428 - - - - --- 2019-08-02 Marek Polacek New
C++ PATCH to add test for c++/53009 C++ PATCH to add test for c++/53009 - - - - --- 2019-08-02 Marek Polacek New
C++ PATCH to add test for c++/77575 C++ PATCH to add test for c++/77575 - - - - --- 2019-08-02 Marek Polacek New
C++ PATCH for c++/91230 - wrong error with __PRETTY_FUNCTION__ and generic lambda C++ PATCH for c++/91230 - wrong error with __PRETTY_FUNCTION__ and generic lambda - - - - --- 2019-08-01 Marek Polacek New
C++ PATCH for c++/91264 - detect modifying const objects in constexpr C++ PATCH for c++/91264 - detect modifying const objects in constexpr - - - - --- 2019-07-31 Marek Polacek New
C++ PATCH to add test for c++/67853 C++ PATCH to add test for c++/67853 - - - - --- 2019-07-21 Marek Polacek New
[wwwdocs] Update C++ DR list [wwwdocs] Update C++ DR list - - - - --- 2019-07-21 Marek Polacek New
C++ PATCH to add test for c++/90455 C++ PATCH to add test for c++/90455 - - - - --- 2019-07-17 Marek Polacek New
C++ PATCH to add test for c++/91104 C++ PATCH to add test for c++/91104 - - - - --- 2019-07-17 Marek Polacek New
C++ PATCH for c++/89906 (GCC 8 backport) C++ PATCH for c++/89906 (GCC 8 backport) - - - - --- 2019-07-12 Marek Polacek New
[wwwdocs] Introducing C++ DR status table [wwwdocs] Introducing C++ DR status table - - - - --- 2019-07-08 Marek Polacek New
« 1 2 ... 733 734 7351265 1266 »