public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
libstdc++ "freestanding" ('--disable-hosted-libstdcxx') with '-fno-rtti', '-fno-exceptions': 'libstdc++-v3/libsupc++/tinfo.cc'
 2023-11-06 14:57 UTC  (3+ messages)
  ` nvptx: Use the usual '#define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)' (was: libstdc++ "freestanding" ('--disable-hosted-libstdcxx') with '-fno-rtti', '-fno-exceptions': 'libstdc++-v3/libsupc++/tinfo.cc')

[PATCH] libstdc++/112351 - deal with __gthread_once failure during locale init
 2023-11-06 12:51 UTC  (2+ messages)

[PATCH] libstdc++/112351 - deal with __gthread_once failure during locale init
 2023-11-06 12:17 UTC  (2+ messages)

[PATCH] libstdc++/112351 - deal with __gthread_once failure during locale init
 2023-11-06 11:52 UTC 

[PATCH] libstdc++/complex: Remove implicit type casts in complex
 2023-11-06 10:44 UTC  (4+ messages)

[PATCH] libstdc++: Improve static assert messages for monadic operations
 2023-11-06 10:16 UTC  (2+ messages)

[PATCH] Remove unnecessary "& 1" in year_month_day_last::day()
 2023-11-05 19:54 UTC  (4+ messages)

[PATCH] Simplify year::is_leap()
 2023-11-05 18:01 UTC 

Remove redundant partial specialization in _Nth_type
 2023-11-04  8:45 UTC  (3+ messages)

[committed] libstdc++: Use strerror_r in std::generic_category()::message(int) [PR110133]
 2023-11-04  8:44 UTC 

[committed] libstdc++: Replace "_N" in examples of naming conventions
 2023-11-04  8:33 UTC 

[PATCH] libstdc++: avoid uninitialized read in basic_string constructor
 2023-11-03 14:27 UTC  (5+ messages)

Support in the GCC(/C++) test suites for '-fno-exceptions'
 2023-11-03 11:15 UTC  (6+ messages)
  ` Skip a number of C++ test cases for '-fno-exceptions' testing (was: Support in the GCC(/C++) test suites for '-fno-exceptions')

[committed] libstdc++: Add assertion to std::string_view::remove_suffix [PR112314]
 2023-11-02 14:54 UTC 

[committed] libstdc++: Fix warning during configure
 2023-11-02 13:53 UTC 

[committed] libstdc++: Minor update to installation docs
 2023-11-02 11:04 UTC  (3+ messages)

[committed][_GLIBCXX_INLINE_VERSION] Fix constract violation
 2023-10-30 19:14 UTC  (4+ messages)

[committed][_GLIBCXX_INLINE_VERSION] Add emul TLS symbol exports
 2023-10-30 19:13 UTC  (4+ messages)

[committed][wwwdocs] Add "Porting to GCC 14"
 2023-10-30 15:10 UTC 

[PATCH][_Hashtable] Use RAII to restore Rehash state
 2023-10-26 20:52 UTC  (4+ messages)

[committed] libstdc++: Fix exception thrown by std::shared_lock::unlock() [PR112089]
 2023-10-26 20:11 UTC 

[committed] libstdc++: Add dg-timeout-factor to <chrono> IO tests
 2023-10-26 20:11 UTC 

[committed] libstdc++: Build libstdc++_libbacktrace.a as PIC [PR111936]
 2023-10-25 10:29 UTC 

[PATCH] libstdc++ Add cstdarg to freestanding
 2023-10-24 20:27 UTC  (9+ messages)

[PATCH v20 00/40] Optimize type traits performance
 2023-10-24 11:01 UTC  (133+ messages)
` [PATCH v21 00/30] "
  ` [PATCH v21 05/30] c++: Implement __is_volatile built-in trait
  ` [PATCH v21 09/30] c++: Implement __is_unbounded_array "
  ` [PATCH v21 10/30] libstdc++: Optimize std::is_unbounded_array compilation performance
  ` [PATCH v21 13/30] c++: Implement __is_scoped_enum built-in trait
  ` [PATCH v21 16/30] libstdc++: Optimize std::is_member_pointer compilation performance
  ` [PATCH v21 17/30] c++: Implement __is_member_function_pointer built-in trait
  ` [PATCH v21 18/30] libstdc++: Optimize std::is_member_function_pointer compilation performance
  ` [PATCH v21 23/30] c++: Implement __is_function built-in trait
  ` [PATCH v21 26/30] libstdc++: Optimize std::is_object compilation performance
  ` [PATCH v22 00/31] Optimize type traits performance
    ` [PATCH v22 01/31] c++: Sort built-in traits alphabetically
    ` [PATCH v22 02/31] c-family, c++: Look up built-in traits via identifier node
    ` [PATCH v22 03/31] c++: Accept the use of built-in trait identifiers
    ` [PATCH v22 04/31] c++: Implement __is_const built-in trait
    ` [PATCH v22 05/31] libstdc++: Optimize std::is_const compilation performance
    ` [PATCH v22 06/31] c++: Implement __is_volatile built-in trait
    ` [PATCH v22 07/31] libstdc++: Optimize std::is_volatile compilation performance
    ` [PATCH v22 08/31] c++: Implement __is_array built-in trait
    ` [PATCH v22 09/31] libstdc++: Optimize std::is_array compilation performance
    ` [PATCH v22 10/31] c++: Implement __is_unbounded_array built-in trait
    ` [PATCH v22 11/31] libstdc++: Optimize std::is_unbounded_array compilation performance
    ` [PATCH v22 12/31] c++: Implement __is_bounded_array built-in trait
    ` [PATCH v22 13/31] libstdc++: Optimize std::is_bounded_array compilation performance
    ` [PATCH v22 14/31] c++: Implement __is_scoped_enum built-in trait
    ` [PATCH v22 15/31] libstdc++: Optimize std::is_scoped_enum compilation performance
    ` [PATCH v22 16/31] c++: Implement __is_member_pointer built-in trait
    ` [PATCH v22 17/31] libstdc++: Optimize std::is_member_pointer compilation performance
    ` [PATCH v22 18/31] c++: Implement __is_member_function_pointer built-in trait
    ` [PATCH v22 19/31] libstdc++: Optimize std::is_member_function_pointer compilation performance
    ` [PATCH v22 20/31] c++: Implement __is_member_object_pointer built-in trait
    ` [PATCH v22 21/31] libstdc++: Optimize std::is_member_object_pointer compilation performance
    ` [PATCH v22 22/31] c++: Implement __is_reference built-in trait
    ` [PATCH v22 23/31] libstdc++: Optimize std::is_reference compilation performance
    ` [PATCH v22 24/31] c++: Implement __is_function built-in trait
    ` [PATCH v22 25/31] libstdc++: Optimize std::is_function compilation performance
    ` [PATCH v22 26/31] c++: Implement __is_object built-in trait
    ` [PATCH v22 27/31] libstdc++: Optimize std::is_object compilation performance
    ` [PATCH v22 28/31] c++: Implement __remove_pointer built-in trait
    ` [PATCH v22 29/31] libstdc++: Optimize std::remove_pointer compilation performance
    ` [PATCH v22 30/31] c++: Implement __is_pointer built-in trait
    ` [PATCH v22 31/31] libstdc++: Optimize std::is_pointer compilation performance
    ` [PATCH v23 00/33] Optimize type traits performance
      ` [PATCH v23 01/33] c++: Sort built-in traits alphabetically
      ` [PATCH v23 02/33] c-family, c++: Look up built-in traits via identifier node
      ` [PATCH v23 03/33] c++: Accept the use of built-in trait identifiers
      ` [PATCH v23 04/33] c++: Implement __is_const built-in trait
      ` [PATCH v23 05/33] libstdc++: Optimize std::is_const compilation performance
      ` [PATCH v23 06/33] c++: Implement __is_volatile built-in trait
      ` [PATCH v23 07/33] libstdc++: Optimize std::is_volatile compilation performance
      ` [PATCH v23 08/33] c++: Implement __is_array built-in trait
      ` [PATCH v23 09/33] libstdc++: Optimize std::is_array compilation performance
      ` [PATCH v23 10/33] c++: Implement __is_unbounded_array built-in trait
      ` [PATCH v23 11/33] libstdc++: Optimize std::is_unbounded_array compilation performance
      ` [PATCH v23 12/33] c++: Implement __is_bounded_array built-in trait
      ` [PATCH v23 13/33] libstdc++: Optimize std::is_bounded_array compilation performance
      ` [PATCH v23 14/33] c++: Implement __is_scoped_enum built-in trait
      ` [PATCH v23 15/33] libstdc++: Optimize std::is_scoped_enum compilation performance
      ` [PATCH v23 16/33] c++: Implement __is_member_pointer built-in trait
      ` [PATCH v23 17/33] libstdc++: Optimize std::is_member_pointer compilation performance
      ` [PATCH v23 18/33] c++: Implement __is_member_function_pointer built-in trait
      ` [PATCH v23 19/33] libstdc++: Optimize std::is_member_function_pointer compilation performance
      ` [PATCH v23 20/33] c++: Implement __is_member_object_pointer built-in trait
      ` [PATCH v23 21/33] libstdc++: Optimize std::is_member_object_pointer compilation performance
      ` [PATCH v23 22/33] c++: Implement __is_reference built-in trait
      ` [PATCH v23 23/33] libstdc++: Optimize std::is_reference compilation performance
      ` [PATCH v23 24/33] c++: Implement __is_function built-in trait
      ` [PATCH v23 25/33] libstdc++: Optimize std::is_function compilation performance
      ` [PATCH v23 26/33] c++: Implement __is_object built-in trait
      ` [PATCH v23 27/33] libstdc++: Optimize std::is_object compilation performance
      ` [PATCH v23 28/33] c++: Implement __remove_pointer built-in trait
      ` [PATCH v23 29/33] libstdc++: Optimize std::remove_pointer compilation performance
      ` [PATCH v23 30/33] c++: Implement __is_pointer built-in trait
      ` [PATCH v23 31/33] libstdc++: Optimize std::is_pointer compilation performance
      ` [PATCH v23 32/33] c++: Implement __is_invocable built-in trait
      ` [PATCH v23 33/33] libstdc++: Optimize std::is_invocable compilation performance
      ` [PATCH v24 00/33] Optimize type traits performance
        ` [PATCH v24 33/33] libstdc++: Optimize std::is_invocable compilation performance
        ` [PATCH v25 00/33] Optimize type traits "
          ` [PATCH v25 01/33] c++: Sort built-in traits alphabetically
          ` [PATCH v25 02/33] c-family, c++: Look up built-in traits via identifier node
          ` [PATCH v25 03/33] c++: Accept the use of built-in trait identifiers
          ` [PATCH v25 04/33] c++: Implement __is_const built-in trait
          ` [PATCH v25 05/33] libstdc++: Optimize std::is_const compilation performance
          ` [PATCH v25 06/33] c++: Implement __is_volatile built-in trait
          ` [PATCH v25 07/33] libstdc++: Optimize std::is_volatile compilation performance
          ` [PATCH v25 08/33] c++: Implement __is_array built-in trait
          ` [PATCH v25 09/33] libstdc++: Optimize std::is_array compilation performance
          ` [PATCH v25 10/33] c++: Implement __is_unbounded_array built-in trait
          ` [PATCH v25 11/33] libstdc++: Optimize std::is_unbounded_array compilation performance
          ` [PATCH v25 12/33] c++: Implement __is_bounded_array built-in trait
          ` [PATCH v25 13/33] libstdc++: Optimize std::is_bounded_array compilation performance
          ` [PATCH v25 14/33] c++: Implement __is_scoped_enum built-in trait
          ` [PATCH v25 15/33] libstdc++: Optimize std::is_scoped_enum compilation performance
          ` [PATCH v25 16/33] c++: Implement __is_member_pointer built-in trait
          ` [PATCH v25 17/33] libstdc++: Optimize std::is_member_pointer compilation performance
          ` [PATCH v25 18/33] c++: Implement __is_member_function_pointer built-in trait
          ` [PATCH v25 19/33] libstdc++: Optimize std::is_member_function_pointer compilation performance
          ` [PATCH v25 20/33] c++: Implement __is_member_object_pointer built-in trait
          ` [PATCH v25 21/33] libstdc++: Optimize std::is_member_object_pointer compilation performance
          ` [PATCH v25 22/33] c++: Implement __is_reference built-in trait
          ` [PATCH v25 23/33] libstdc++: Optimize std::is_reference compilation performance
          ` [PATCH v25 24/33] c++: Implement __is_function built-in trait
          ` [PATCH v25 25/33] libstdc++: Optimize std::is_function compilation performance
          ` [PATCH v25 26/33] c++: Implement __is_object built-in trait
          ` [PATCH v25 27/33] libstdc++: Optimize std::is_object compilation performance
          ` [PATCH v25 28/33] c++: Implement __remove_pointer built-in trait
          ` [PATCH v25 29/33] libstdc++: Optimize std::remove_pointer compilation performance
          ` [PATCH v25 30/33] c++: Implement __is_pointer built-in trait
          ` [PATCH v25 31/33] libstdc++: Optimize std::is_pointer compilation performance
          ` [PATCH v25 32/33] c++: Implement __is_invocable built-in trait
          ` [PATCH v25 33/33] libstdc++: Optimize std::is_invocable compilation performance

[PATCH] sso-string@gnu-versioned-namespace [PR83077]
 2023-10-24  4:55 UTC  (8+ messages)

operator<< and int8_t and uint8_t types
 2023-10-23 12:01 UTC  (4+ messages)

[PATCH v4] c++: Check for indirect change of active union member in constexpr [PR101631,PR102286]
 2023-10-21 14:45 UTC  (10+ messages)
        ` [PATCH] libstdc++: Ensure active union member is correctly set

[PATCH v2] libstdc++: Workaround for LLVM-61763 in ranges
 2023-10-21 11:18 UTC  (3+ messages)

[PATCH] libstdc++: testsuite: Enhance codecvt_unicode with tests for length()
 2023-10-21 11:14 UTC  (5+ messages)
` [PATCH v2] "

[committed] libstdc++: Fix formatting of filesystem directory iterators
 2023-10-21 10:54 UTC 

[PATCH] libstdc++: Workaround for LLVM-61763 in ranges
 2023-10-20 18:32 UTC  (3+ messages)

[pushed] libstdc++: add casts to from_chars in <charconv> [PR111883]
 2023-10-20 16:34 UTC 

[PATCH][_Hashtable] Fix merge
 2023-10-19 17:11 UTC  (3+ 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).