Show patches with: State = Action Required       |    Archived = No       |   126598 patches
« 1 2 ... 603 604 6051265 1266 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
Use std::invoke_result in std::async instead of std::result_of Use std::invoke_result in std::async instead of std::result_of - - - - --- 2018-05-03 Jonathan Wakely New
Define std::remove_cvref and std::remove_cvref_t for C++2a Define std::remove_cvref and std::remove_cvref_t for C++2a - - - - --- 2018-05-03 Jonathan Wakely New
PR libstdc++/68197 fail on negative iword/pword indices PR libstdc++/68197 fail on negative iword/pword indices - - - - --- 2018-05-02 Jonathan Wakely New
Removing unused, non-standard function in _Rb_tree Removing unused, non-standard function in _Rb_tree - - - - --- 2018-05-02 Jonathan Wakely New
PR libstdc++/69608 Move semantics for strstreambuf PR libstdc++/69608 Move semantics for strstreambuf - - - - --- 2018-05-02 Jonathan Wakely New
[wwwdocs] Remove extraneous "and" from changes.html [wwwdocs] Remove extraneous "and" from changes.html - - - - --- 2018-05-02 Jonathan Wakely New
Clarify documentation for -fpie and -fPIE Clarify documentation for -fpie and -fPIE - - - - --- 2018-04-30 Jonathan Wakely New
doc/invoke.texi (-fdebug-types-section): Fix grammar. doc/invoke.texi (-fdebug-types-section): Fix grammar. - - - - --- 2018-04-30 Jonathan Wakely New
Document that -Wreturn-type is enabled by default for C++ Document that -Wreturn-type is enabled by default for C++ - - - - --- 2018-04-25 Jonathan Wakely New
[wwwdocs] Add notes on common C++ problems with GCC 8 [wwwdocs] Add notes on common C++ problems with GCC 8 - - - - --- 2018-04-25 Jonathan Wakely New
[wwwdocs] Correct notes about -Wreturn-type change for C++ [wwwdocs] Correct notes about -Wreturn-type change for C++ - - - - --- 2018-04-25 Jonathan Wakely New
PR c++/85464 - missing location for -Wignored-qualifiers diagnostic PR c++/85464 - missing location for -Wignored-qualifiers diagnostic - - - - --- 2018-04-19 Jonathan Wakely New
PR libstdc++/85442 fix duplicate debuginfo for cxx11-ios_failure.cc PR libstdc++/85442 fix duplicate debuginfo for cxx11-ios_failure.cc - - - - --- 2018-04-18 Jonathan Wakely New
PR libstdc++/84442 if _Exit isn't declared then use _exit instead PR libstdc++/84442 if _Exit isn't declared then use _exit instead - - - - --- 2018-04-18 Jonathan Wakely New
Make Filesystem TS tests pass in C++17 mode Make Filesystem TS tests pass in C++17 mode - - - - --- 2018-04-16 Jonathan Wakely New
[wwwdocs] Document libstdc++ changes in GCC 8 [wwwdocs] Document libstdc++ changes in GCC 8 - - - - --- 2018-04-11 Jonathan Wakely New
PR libstdc++/85222 allow catching iostream errors as gcc4-compatible ios::failure PR libstdc++/85222 allow catching iostream errors as gcc4-compatible ios::failure - - - - --- 2018-04-09 Jonathan Wakely New
PR libstdc++/83860 avoid dangling references in valarray closure types PR libstdc++/83860 avoid dangling references in valarray closure types - - - - --- 2018-04-06 Jonathan Wakely New
PR libstdc++/84773 use aligned alloc functions for FreeBSD and MinGW cross-compilers PR libstdc++/84773 use aligned alloc functions for FreeBSD and MinGW cross-compilers - - - - --- 2018-03-12 Jonathan Wakely New
Fix spelling of -mclflushopt in manual Fix spelling of -mclflushopt in manual - - - - --- 2018-03-12 Jonathan Wakely New
PR libstdc++/84769 qualify std::get and std::get_if to avoid ADL PR libstdc++/84769 qualify std::get and std::get_if to avoid ADL - - - - --- 2018-03-09 Jonathan Wakely New
Use non-throwing is_directory in filesystem::create_directory Use non-throwing is_directory in filesystem::create_directory - - - - --- 2018-03-09 Jonathan Wakely New
PR libstdc++/78420 Make std::less etc. yield total order for pointers PR libstdc++/78420 Make std::less etc. yield total order for pointers - - - - --- 2018-03-09 Jonathan Wakely New
PR preprocessor/84517 allow double-underscore macros after string literals PR preprocessor/84517 allow double-underscore macros after string literals - - - - --- 2018-02-27 Jonathan Wakely New
PR libstdc++/84532 prevent unwrapping of reference_wrapper arguments PR libstdc++/84532 prevent unwrapping of reference_wrapper arguments - - - - --- 2018-02-23 Jonathan Wakely New
PR libstdc++/81797 Add .NOTPARALLEL to include/Makefile for darwin PR libstdc++/81797 Add .NOTPARALLEL to include/Makefile for darwin - - - - --- 2018-02-15 Jonathan Wakely New
PR libstdc++/84087 add default arguments to basic_string members (LWG 2268) PR libstdc++/84087 add default arguments to basic_string members (LWG 2268) - - - - --- 2018-01-29 Jonathan Wakely New
Regenerate libstdc++ documentation Regenerate libstdc++ documentation - - - - --- 2018-01-29 Jonathan Wakely New
PR libstdc++/83658 fix exception-safety in std::any::emplace PR libstdc++/83658 fix exception-safety in std::any::emplace - - - - --- 2018-01-29 Jonathan Wakely New
Fix lambdas in template default argument of inherited ctor. (backport for PR 81860) Fix lambdas in template default argument of inherited ctor. (backport for PR 81860) - - - - --- 2018-01-26 Jonathan Wakely New
PR libstdc++/83834 replace wildcard pattern in linker script PR libstdc++/83834 replace wildcard pattern in linker script - - - - --- 2018-01-16 Jonathan Wakely New
PR libstdc++/83833 fix chi_squared_distribution::param(const param&) PR libstdc++/83833 fix chi_squared_distribution::param(const param&) - - - - --- 2018-01-15 Jonathan Wakely New
PR libstdc++/83830 Define std::has_unique_object_representations_v PR libstdc++/83830 Define std::has_unique_object_representations_v - - - - --- 2018-01-15 Jonathan Wakely New
use shasum instead of sha512sum on FreeBSD and DragonFly use shasum instead of sha512sum on FreeBSD and DragonFly - - - - --- 2018-01-15 Jonathan Wakely New
PR libstdc++/80276 fix pretty printers for array smart pointers PR libstdc++/80276 fix pretty printers for array smart pointers - - - - --- 2018-01-09 Jonathan Wakely New
PR libstdc++/83626 Don't throw for remove("") and remove_all("") PR libstdc++/83626 Don't throw for remove("") and remove_all("") - - - - --- 2018-01-04 Jonathan Wakely New
Avoid redundant calls to filesystem::status_known Avoid redundant calls to filesystem::status_known - - - - --- 2018-01-04 Jonathan Wakely New
PR libstdc++/83607 specialize Boyer-Moore searchers for std::byte PR libstdc++/83607 specialize Boyer-Moore searchers for std::byte - - - - --- 2018-01-04 Jonathan Wakely New
PR libstdc++/83600 fix end iterator for unready std::match_results PR libstdc++/83600 fix end iterator for unready std::match_results - - - - --- 2017-12-27 Jonathan Wakely New
PR libstdc++/83598 don't modify flags passed to std::basic_regex constructors PR libstdc++/83598 don't modify flags passed to std::basic_regex constructors - - - - --- 2017-12-27 Jonathan Wakely New
PR libstdc++/83538 fix std::match_results<T>::reference (LWG 2306) PR libstdc++/83538 fix std::match_results<T>::reference (LWG 2306) - - - - --- 2017-12-27 Jonathan Wakely New
PR libstdc++/83450 avoid -Wreturn-type warning in test PR libstdc++/83450 avoid -Wreturn-type warning in test - - - - --- 2017-12-24 Jonathan Wakely New
PR libstdc++/83279 handle sendfile not copying entire file PR libstdc++/83279 handle sendfile not copying entire file - - - - --- 2017-12-14 Jonathan Wakely New
PR libstdc++/68519 use native duration to avoid rounding errors PR libstdc++/68519 use native duration to avoid rounding errors - - - - --- 2017-12-14 Jonathan Wakely New
PR libstdc++/83427 detect weak result type from noexcept functions PR libstdc++/83427 detect weak result type from noexcept functions - - - - --- 2017-12-14 Jonathan Wakely New
PR libstdc++/59568 fix error handling for std::complex stream extraction PR libstdc++/59568 fix error handling for std::complex stream extraction - - - - --- 2017-12-13 Jonathan Wakely New
PR libstdc++/83395 fix invocable traits for INVOKE<cv void> PR libstdc++/83395 fix invocable traits for INVOKE<cv void> - - - - --- 2017-12-12 Jonathan Wakely New
Fix -Wsystem-header warnings in libstdc++ Fix -Wsystem-header warnings in libstdc++ - - - - --- 2017-12-01 Jonathan Wakely New
Add noexcept to std::integral_constant members Add noexcept to std::integral_constant members - - - - --- 2017-12-01 Jonathan Wakely New
Fix overflow in __gnu_cxx::__numeric_traits::__min Fix overflow in __gnu_cxx::__numeric_traits::__min - - - - --- 2017-12-01 Jonathan Wakely New
PR libstdc++/65927 Fix -Wunused-but-set-parameter warning PR libstdc++/65927 Fix -Wunused-but-set-parameter warning - - - - --- 2017-11-30 Jonathan Wakely New
Fix "central flowgraph" typo in machine desc docs Fix "central flowgraph" typo in machine desc docs - - - - --- 2017-11-30 Jonathan Wakely New
PR libstdc++/83226 avoid forming pointer-to-reference type PR libstdc++/83226 avoid forming pointer-to-reference type - - - - --- 2017-11-30 Jonathan Wakely New
Add [[nodiscard]] attribute to C++17 components Add [[nodiscard]] attribute to C++17 components - - - - --- 2017-11-23 Jonathan Wakely New
PR libstdc++/83134 Ensure std::__not_ converts B::value to bool PR libstdc++/83134 Ensure std::__not_ converts B::value to bool - - - - --- 2017-11-23 Jonathan Wakely New
PR libstdc++/48101 improve errors for invalid container specializations PR libstdc++/48101 improve errors for invalid container specializations - - - - --- 2017-11-21 Jonathan Wakely New
Improve istream extractors for floating point types Improve istream extractors for floating point types - - - - --- 2017-11-17 Jonathan Wakely New
Add noexcept to std::shared_future copy operations (LWG DR 2799) Add noexcept to std::shared_future copy operations (LWG DR 2799) - - - - --- 2017-11-16 Jonathan Wakely New
Minor improvements to Filesystem tests Minor improvements to Filesystem tests - - - - --- 2017-11-15 Jonathan Wakely New
Add noexcept to generic std::size, std::empty and std::data Add noexcept to generic std::size, std::empty and std::data - - - - --- 2017-11-15 Jonathan Wakely New
Improve -Wmaybe-uninitialized documentation Improve -Wmaybe-uninitialized documentation - - - - --- 2017-11-15 Jonathan Wakely New
Minor tweak to libstdc++ testsuite helper type Minor tweak to libstdc++ testsuite helper type - - - - --- 2017-11-11 Jonathan Wakely New
PR libstdc++/82917 add missing returns in <fstream> PR libstdc++/82917 add missing returns in <fstream> - - - - --- 2017-11-10 Jonathan Wakely New
Define std::endian for C++2a (P0463R1) Define std::endian for C++2a (P0463R1) - - - - --- 2017-11-03 Jonathan Wakely New
PR libstdc++/82777 fix path normalization for dot-dot PR libstdc++/82777 fix path normalization for dot-dot - - - - --- 2017-11-01 Jonathan Wakely New
Minor tweak to libstdc++ FAQ Minor tweak to libstdc++ FAQ - - - - --- 2017-10-30 Jonathan Wakely New
Minor header reorganization for unordered containers Minor header reorganization for unordered containers - - - - --- 2017-10-30 Jonathan Wakely New
Simplify _Node_insert_return to avoid including <tuple> Simplify _Node_insert_return to avoid including <tuple> - - - - --- 2017-10-27 Jonathan Wakely New
List headers in Makefile in alphabetical order List headers in Makefile in alphabetical order - - - - --- 2017-10-27 Jonathan Wakely New
Remove noexcept from filesystem iterators and operations (LWG 3013, 3014) Remove noexcept from filesystem iterators and operations (LWG 3013, 3014) - - - - --- 2017-10-27 Jonathan Wakely New
Make filesystem::file_status default constructor non-explicit (LWG 2787) Make filesystem::file_status default constructor non-explicit (LWG 2787) - - - - --- 2017-10-27 Jonathan Wakely New
Provide filesystem::path overloads for file streams (LWG 2676, partial) Provide filesystem::path overloads for file streams (LWG 2676, partial) - - - - --- 2017-10-27 Jonathan Wakely New
Define std::filesystem::path::format enum (P0430R2) Define std::filesystem::path::format enum (P0430R2) - - - - --- 2017-10-27 Jonathan Wakely New
Protect more algorithms from overloaded comma operators Protect more algorithms from overloaded comma operators - - - - --- 2017-10-26 Jonathan Wakely New
Update C++17 library status documentation Update C++17 library status documentation - - - - --- 2017-10-25 Jonathan Wakely New
PR libstdc++/82716 avoid stupid -Wmismatched-tags warnings PR libstdc++/82716 avoid stupid -Wmismatched-tags warnings - - - - --- 2017-10-25 Jonathan Wakely New
PR libstdc++/79283 fix filesystem::read_symlink for /proc PR libstdc++/79283 fix filesystem::read_symlink for /proc - - - - --- 2017-10-25 Jonathan Wakely New
Fix filesystem::path::lexically_normal algorithm Fix filesystem::path::lexically_normal algorithm - - - - --- 2017-10-25 Jonathan Wakely New
PR libstdc++/82706 fix test for case where operations succeed PR libstdc++/82706 fix test for case where operations succeed - - - - --- 2017-10-25 Jonathan Wakely New
RFC: why do our std::ofsteam functions add ios_base::trunc ? RFC: why do our std::ofsteam functions add ios_base::trunc ? - - - - --- 2017-10-24 Jonathan Wakely New
Avoid -Wattribute-alias warnings for long double compat symbols Avoid -Wattribute-alias warnings for long double compat symbols - - - - --- 2017-10-24 Jonathan Wakely New
Refactor std::basic_string_view members and add noexcept Refactor std::basic_string_view members and add noexcept - - - - --- 2017-10-24 Jonathan Wakely New
PR libstdc++/82685 add 'noexcept' to string_view literals PR libstdc++/82685 add 'noexcept' to string_view literals - - - - --- 2017-10-24 Jonathan Wakely New
PR libstdc++/82644 document IS 29124 support PR libstdc++/82644 document IS 29124 support - - - - --- 2017-10-23 Jonathan Wakely New
Update value of __cpp_lib_chrono feature-test macro Update value of __cpp_lib_chrono feature-test macro - - - - --- 2017-10-20 Jonathan Wakely New
Define __cpp_lib_byte feature-test macro Define __cpp_lib_byte feature-test macro - - - - --- 2017-10-20 Jonathan Wakely New
Improve tests for error reporting in Filesystem TS Improve tests for error reporting in Filesystem TS - - - - --- 2017-10-19 Jonathan Wakely New
Fix path::iterator post-increment and post-decrement Fix path::iterator post-increment and post-decrement - - - - --- 2017-10-19 Jonathan Wakely New
Update references to C++17 in libstdc++ manual Update references to C++17 in libstdc++ manual - - - - --- 2017-10-19 Jonathan Wakely New
Use __LONG_LONG_MAX__ instead of LONG_LONG_MAX in test Use __LONG_LONG_MAX__ instead of LONG_LONG_MAX in test - - - - --- 2017-10-19 Jonathan Wakely New
PR libstdc++/82522 overload map insert functions for rvalues (LWG 2354) PR libstdc++/82522 overload map insert functions for rvalues (LWG 2354) - - - - --- 2017-10-13 Jonathan Wakely New
PR libstdc++/82481 Suppress clang-tidy warnings PR libstdc++/82481 Suppress clang-tidy warnings - - - - --- 2017-10-13 Jonathan Wakely New
Document -fdump-tree-vect option Document -fdump-tree-vect option - - - - --- 2017-10-13 Jonathan Wakely New
PR libstdc++/82417 do not include C99 <complex.h> in strict modes PR libstdc++/82417 do not include C99 <complex.h> in strict modes - - - - --- 2017-10-10 Jonathan Wakely New
Update comment referring to status of LWG issue 111 Update comment referring to status of LWG issue 111 - - - - --- 2017-10-10 Jonathan Wakely New
C++17 P0067R5 std::to_chars and std::from_chars (partial) C++17 P0067R5 std::to_chars and std::from_chars (partial) - - 1 - --- 2017-10-02 Jonathan Wakely New
Fix tests for std::clamp Fix tests for std::clamp - - - - --- 2017-09-21 Jonathan Wakely New
Fix failing C++17 test Fix failing C++17 test - - - - --- 2017-09-20 Jonathan Wakely New
PR libstdc++/81469 deprecate std::uncaught_exception for C++17 PR libstdc++/81469 deprecate std::uncaught_exception for C++17 - - - - --- 2017-09-20 Jonathan Wakely New
Deprecate nested types in std::hash Deprecate nested types in std::hash - - - - --- 2017-09-20 Jonathan Wakely New
« 1 2 ... 603 604 6051265 1266 »