index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
testsuite
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-05
libstdc++: Fixes for tests that fail with -fno-rtti
Jonathan Wakely
54
-63
/
+279
2022-05-04
libstdc++: Simplify std::array accessors [PR104719]
Jonathan Wakely
1
-3
/
+3
2022-05-03
[PR105324] libstdc++: testsuite: pr105324 requires FP from_char
Alexandre Oliva
1
-0
/
+2
2022-05-02
libstdc++: case-sensitivity in hexfloat std::from_chars [PR105441]
Patrick Palka
1
-0
/
+1
2022-04-28
libstdc++: Fix error reporting in filesystem::copy [PR99290]
Jonathan Wakely
2
-0
/
+58
2022-04-27
libstdc++: Add pretty printer for std::atomic
Jonathan Wakely
2
-0
/
+19
2022-04-26
libstdc++: Add std::atomic<shared_ptr>(nullptr_t) constructor (LWG 3661)
Jonathan Wakely
1
-0
/
+2
2022-04-26
libstdc++: Define std::hash<std::filesystem::path> (LWG 3657)
Jonathan Wakely
1
-0
/
+10
2022-04-25
libstdc++: Implement constexpr std::unique_ptr for C++23 (P2273R3)
Jonathan Wakely
6
-0
/
+354
2022-04-25
libstdc++: Add deduction guides for std::packaged_task [PR105375]
Jonathan Wakely
1
-0
/
+85
2022-04-25
libstdc++: Add pretty printer for std::initializer_list
Philipp Fent
1
-0
/
+6
2022-04-22
libstdc++: Make atomic notify_one and notify_all non-const
Thomas W Rodgers
1
-2
/
+2
2022-04-21
libstdc++: Remove bogus assertion in std::from_chars [PR105324]
Jonathan Wakely
1
-0
/
+14
2022-04-20
libstdc++: Fix macro checked by test
Jonathan Wakely
1
-1
/
+1
2022-04-19
libstdc++: Add pretty printer for std::span
Philipp Fent
1
-0
/
+11
2022-04-15
libstdc++: Avoid double-deref of __first in ranges::minmax [PR104858]
Patrick Palka
1
-0
/
+30
2022-04-14
libstdc++: Fix missing and incorrect feature test macros [PR105269]
Jonathan Wakely
8
-15
/
+40
2022-04-12
libstdc++: Reduce memory usage in std::stacktrace::current
Jonathan Wakely
1
-0
/
+86
2022-04-11
libstdc++: Fix std::basic_stacktrace special members [PR105031]
Jonathan Wakely
1
-0
/
+215
2022-04-11
libstdc++: Improve behaviour of std::stacktrace::current
Jonathan Wakely
1
-3
/
+4
2022-04-11
libstdc++: Move stacktrace tests to 19_diagnostics directory
Jonathan Wakely
3
-0
/
+0
2022-04-08
libstdc++: Fix constraints on std::expected<void, E> constructor [PR105153]
Jonathan Wakely
1
-0
/
+18
2022-04-08
libstdc++: Fix std::expected<void, E>::swap(expected&) [PR105154]
Jonathan Wakely
1
-6
/
+6
2022-04-08
libstdc++: Fix std::bad_expected_access constructor [PR105146]
Jonathan Wakely
1
-0
/
+15
2022-04-07
libstdc++-v3 expected: Correct minimal-size test in requirements.cc
Hans-Peter Nilsson
1
-1
/
+1
2022-04-01
libstdc++: Implement std::unreachable() for C++23 (P0627R6)
Jonathan Wakely
2
-0
/
+27
2022-03-29
testsuite: Disable tests for C++23 that depend on std::unexpected
Jonathan Wakely
3
-2
/
+4
2022-03-28
libstdc++: Fix typos in comments in tests
Jonathan Wakely
8
-22
/
+22
2022-03-27
libstdc++: Define std::expected for C++23 (P0323R12)
Jonathan Wakely
9
-0
/
+1069
2022-03-23
libstdc++: Add missing constraints to std::bit_cast [PR105027]
Jonathan Wakely
1
-0
/
+18
2022-03-22
libstdc++-v3 testsuite: Call fesetround(FE_DOWNWARD) only if defined
Hans-Peter Nilsson
1
-0
/
+2
2022-03-18
libstdc++: Simplify constraints for std::any construction [PR104242]
Jonathan Wakely
1
-0
/
+12
2022-03-18
libstdc++: Reduce header dependencies from PSTL headers [PR92546]
Jonathan Wakely
45
-1
/
+46
2022-03-17
libstdc++: Fix comment in testsuite utility
Jonathan Wakely
1
-3
/
+2
2022-03-16
libstdc++: Fix symbol versioning for Solaris 11.3 [PR103407]
Jonathan Wakely
1
-0
/
+13
2022-03-03
libstdc++: Use non-debug vector in constexpr test [PR104748]
Jonathan Wakely
1
-5
/
+11
2022-03-03
libstdc++: Fix test failure on AIX
Jonathan Wakely
1
-0
/
+2
2022-03-03
libstdc++: Implement std::strong_order for floating-point types [PR96526]
Jonathan Wakely
1
-0
/
+102
2022-02-22
libstdc++: Implement P2415R2 changes to viewable_range / views::all
Patrick Palka
3
-27
/
+58
2022-02-17
libstdc++: Deprecate non-standard std::vector<bool>::insert(pos) [PR104559]
Jonathan Wakely
1
-0
/
+13
2022-02-17
libstdc++: Make std::error_code printer more robust
Jonathan Wakely
1
-2
/
+8
2022-02-15
libstdc++: Add missing constexpr to uses-allocator construction utilities [PR...
Jonathan Wakely
2
-1
/
+46
2022-02-14
libstdc++: Fix stream extraction of IEEE128 long double [PR100912]
Jonathan Wakely
1
-5
/
+3
2022-02-14
libstdc++: Fix typo in pragma
Jonathan Wakely
1
-1
/
+1
2022-02-11
libstdc++: Fix FAIL: 20_util/temporary_buffer.cc for C++14
Jonathan Wakely
1
-1
/
+1
2022-02-11
libstdc++: Fix test failures at -O0
Jonathan Wakely
3
-0
/
+7
2022-02-10
libstdc++: Add atomic_fetch_xor to <stdatomic.h>
Jonathan Wakely
1
-0
/
+11
2022-02-08
libstdc++: Adjust Filesystem TS test for Windows
Jonathan Wakely
1
-0
/
+15
2022-02-02
libstdc++: Fix invalid instantiations in tests
Jonathan Wakely
2
-4
/
+12
2022-02-01
Declare std::array members with attribute const [PR101831].
Martin Sebor
4
-0
/
+93
[next]