public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
C++2a synchronisation inefficient in GCC 11
 2021-02-27  1:03 UTC  (29+ messages)
` [PATCH 1/5] std::latch: reduce internal implementation from ptrdiff_t to int
  ` [PATCH 2/5] Atomic __platform_wait: accept any 32-bit type, not just int
  ` [PATCH 3/5] std::__atomic_wait: don't use __detail::__waiter with futex
  ` [PATCH 4/5] barrier: use int instead of unsigned char for the phase state
  ` [PATCH 5/5] barrier: optimise by not having the hasher in a loop

printers.py issue
 2021-02-26 22:31 UTC  (2+ messages)

Can we replace memory allocation in eh_alloc.cc with operator new(std::size_t) and operator delete(void*,std::size_t) noexcept
 2021-02-26  0:18 UTC 

[PATCH 1/4] libstdc++: More efficient date from days
 2021-02-25 16:57 UTC  (7+ messages)

[committed] libstdc++: Document library versioning for GCC 11
 2021-02-25 15:36 UTC 

[committed] libstdc++: Do not assume std::FILE is complete [PR 99270]
 2021-02-25 15:36 UTC 

[wwwdocs] Document new libstdc++ features
 2021-02-25 12:55 UTC 

[committed] libstdc++: Add std::to_underlying for C++23
 2021-02-25 11:54 UTC 

[committed] libstdc++: Define std::to_chars overloads for __ieee128 [PR 98389]
 2021-02-24 22:34 UTC  (3+ messages)

[PATCH] libstdc++: Fix __floating_to_chars_precision for __float128
 2021-02-24 22:22 UTC  (2+ messages)

[PATCH 4/4] libstdc++: More efficient last day of month
 2021-02-24 18:54 UTC  (3+ messages)

[PATCH] libstdc++: Update baseline symbols for {aarch64,ia64,m68k,riscv64}-linux
 2021-02-24 17:54 UTC  (2+ messages)

[PATCH 1/2] libstdc++: Robustify long double std::to_chars testcase [PR98384]
 2021-02-24 17:08 UTC  (7+ messages)
` [PATCH 2/2] libstdc++: Fix endianness issue with IBM long double [PR98384]

[committed] libstdc++: Fix failing tests due to 'u' identifier in kernel header
 2021-02-24 16:38 UTC 

[PATCH] [libstdc++] Refactor/cleanup of atomic wait implementation
 2021-02-23 21:57 UTC  (2+ messages)

[PATCH 3/4] libstdc++: More efficient is_leap
 2021-02-23 13:25 UTC 

[PATCH 2/4] libstdc++: More efficient days from date
 2021-02-23 13:24 UTC 

[committed] libstdc++: Fix up constexpr std::char_traits<char>::compare [PR99181]
 2021-02-23  8:40 UTC 

[PATCH] libstdc++: Fix up parallel_backend_serial.h [PR97549]
 2021-02-22 19:14 UTC  (2+ messages)

[RFC] libstc++: Implement gather and scatter
 2021-02-19 12:56 UTC  (3+ messages)

[committed] libstdc++: Fix __thread_yield for non-gthreads targets
 2021-02-19 11:14 UTC  (2+ messages)

[committed] libstdc++: Add missing return and use reserved name
 2021-02-15 15:52 UTC 

[committed] libstdc++: Restore <unistd.h> in testsuite_fs.h header [PR 99096]
 2021-02-14 20:42 UTC 

[committed] libstdc++: Re-enable workaround for _wstat64 bug [PR 88881]
 2021-02-12 15:51 UTC  (2+ messages)

[committed] libstdc++: Fix filesystem::rename on Windows [PR 98985]
 2021-02-12 15:50 UTC 

[committed] libstdc++: Include scope ID in net::internet::address_v6::to_string()
 2021-02-12 15:21 UTC  (2+ messages)

[committed] libstdc++: Make "nonexistent" paths less predictable in filesystem tests
 2021-02-12 15:13 UTC 

[committed] libstdc++: Fix errors in <experimental/internet>
 2021-02-12 14:46 UTC 

[committed] libstdc++: Add unused attributes to shared_ptr functions
 2021-02-12 14:46 UTC 

[committed] libstdc++: XFAIL tests that depends on RTTI
 2021-02-12 14:46 UTC 

[committed] libstdc++: Make test memory_resource work without exceptions and RTTI
 2021-02-12 14:45 UTC 

[committed] libstdc++: Only use dynamic_cast in tests when RTTI is enabled
 2021-02-12 14:45 UTC 

[committed] libstdc++: Fix errors when syncbuf is used without RTTI
 2021-02-12 14:45 UTC 

[PATCH] libstdc++: ifdef rtti specific function __throw_ios_failure() by __cpp_rtti
 2021-02-12 14:45 UTC  (3+ messages)

[PATCH] Fix version namespace build
 2021-02-11 17:29 UTC  (3+ messages)

[committed] libstdc++: Document when C++11/14/17 support became stable [PR 99058]
 2021-02-11 17:28 UTC 

[PATCH] libstdc++: Update baseline symbols for {aarch64,ia64,m68k,powerpc,powerpc64,riscv64}-linux
 2021-02-10 19:21 UTC  (2+ messages)
` [PATCH] libstdc++: Update baseline symbols for {aarch64, ia64, m68k, powerpc, powerpc64, riscv64}-linux

[committed] libstdc++: Use correct error category for Windows error codes
 2021-02-10 16:50 UTC 

[committed] libstdc++: Fix spelling of __MINGW32__ macros
 2021-02-10 16:43 UTC 

[committed] libstdc++: Clear up directories created by tests
 2021-02-09 16:55 UTC 

[committed] libstdc++: Make coroutine_handle<_Promise>::from_address() noexcept [PR 99021]
 2021-02-09 12:32 UTC 

[PATCH] string: Add a workaround for -Wstringop-overread false positives [PR98465]
 2021-02-09 11:22 UTC  (2+ messages)

[PATCH] Add unordered containers heterogeneous lookup
 2021-02-09 11:18 UTC  (6+ messages)

[PATCH][Bug libstdc++/70303] Value-initialized debug iterators
 2021-02-09 11:15 UTC  (6+ messages)

Problem building libstdc++ for the avr target
 2021-02-09 10:54 UTC  (19+ messages)

[PATCH] libstdc++: Don't use reserved identifiers in simd headers
 2021-02-08 22:27 UTC  (3+ messages)

calibrate intervals to avoid zero in futures poll test
 2021-02-08  9:59 UTC  (4+ messages)

[PATCH 00/16] stdx::simd fixes and testsuite improvements
 2021-02-03 15:52 UTC  (19+ messages)
` [PATCH 02/16] Fix NEON intrinsic types usage
` [PATCH 03/16] Support -mlong-double-64 on PPC
` [PATCH 04/16] Fix simd_mask<double> on POWER w/o POWER8
` [PATCH 05/16] Fix several check-simd interaction issues
` [PATCH 06/16] Fix DRIVEROPTS and TESTFLAGS processing
` [PATCH 07/16] Fix incorrect display of old test summaries
` [PATCH 08/16] Immediate feedback with -v
` [PATCH 09/16] Fix mask reduction of simd_mask<double> on POWER7
` [PATCH 10/16] Skip testing hypot3 for long double on PPC
` [PATCH 11/16] Abort test after 1000 lines of output
` [PATCH 12/16] Support timeout and timeout-factor options
` [PATCH 13/16] Improve test codegen for interpreting assembly
` [PATCH 14/16] Implement hmin and hmax
` [PATCH 15/16] Work around test failures using -mno-tree-vrp
` [PATCH 16/16] Improve "find_first/last_set" for NEON

[committed] libstdc++: Fix incorrect test for std::error_code comparisons
 2021-02-03 15:50 UTC 

[committed] libstdc++: Update C++17 status table for <charconv>
 2021-02-02 10:14 UTC  (2+ messages)

libstdc++-v3/doc/xml/manual/backwards_compatibility.xml
 2021-02-01 22:57 UTC 

[PATCH][_GLIBCXX_DEBUG] Enhance detection of invalid iterators usage
 2021-02-01 18:43 UTC 

[committed] libstdc++: Fix copyright dates for simd headers and tests
 2021-01-28 18:13 UTC 

[PATCH] libstdc++: implement locale support for AIX
 2021-01-28 10:09 UTC  (28+ messages)

[PATCH 01/16] Support skip, only, expensive, and xfail markers
 2021-01-27 20:41 UTC 

[PATCH 2/2] Add simd testsuite
 2021-01-27 18:31 UTC  (4+ messages)

[PATCH 1/2] Add std::experimental::simd from the Parallelism TS 2
 2021-01-27 16:41 UTC  (2+ messages)

[committed] libstdc++: Optimize std::string_view::find [PR 66414]
 2021-01-27 13:53 UTC 

[PATCH v2] libstdc++: C++23, implement WG21 P1679R3
 2021-01-27 12:44 UTC  (3+ messages)

[PATCH v3] c++: Add support for -std=c++23
 2021-01-26 22:50 UTC  (2+ messages)

[PATCH v2] c++: Add support for -std=c++2b
 2021-01-25  1:00 UTC  (3+ messages)

[Mingw-w64-public] std::regex freezes in Japanese locale
 2021-01-24 16:41 UTC  (2+ messages)

(no subject)
 2021-01-22 18:08 UTC 

[committed] libstdc++: Regenerate Makefile.in
 2021-01-21 12:25 UTC 

[PATCH,AIX] ctype_inline.h cast and thread-safe access to __lc_type
 2021-01-20 23:04 UTC 

[committed] libstdc++: Only test writing to wostream if supported [PR 98725]
 2021-01-18 14:23 UTC 

[committed] libstdc++: Fix narrow char test to use stringbuf not wstringbuf
 2021-01-18 12:50 UTC 

[PATCH] libstdc++: Add workaround for as Error: file number less than one error [PR98708]
 2021-01-18  9:51 UTC 

FW: How to parse number from IO buffer based on locale?
 2021-01-17 12:50 UTC 

Add dg-require-wchars to libstdc++ testsuite
 2021-01-15 19:47 UTC  (6+ messages)

[PATCH] libstdc++: c++2b, implement WG21 P1679R3
 2021-01-15  1:27 UTC  (3+ messages)

[PATCH] libstdc++/98466 Fix _GLIBCXX_DEBUG N3644 integration
 2021-01-14 19:20 UTC  (6+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).