]> gcc.gnu.org Git - gcc.git/commit
libstdc++: Re-enable std::hash<std::bitset> in freestanding [PR103626]
authorArsen Arsenović <arsen@aarsen.me>
Wed, 28 Sep 2022 19:30:11 +0000 (21:30 +0200)
committerJonathan Wakely <jwakely@redhat.com>
Mon, 3 Oct 2022 14:43:49 +0000 (15:43 +0100)
commit54fd7d81709c5f50537128d3978b4c642b68a711
tree69f9f30d6cf6710979c5259dcadc1550e276a109
parent25ebfdb774c0e8cc6c55e02644ee2cb157ce29d7
libstdc++: Re-enable std::hash<std::bitset> in freestanding [PR103626]

PR libstdc++/103626 - _GLIBCXX_HOSTED should respect -ffreestanding

libstdc++-v3/ChangeLog:

PR libstdc++/103626
* include/std/bitset [!_GLIBCXX_HOSTED]: Re-enable std::hash.
* testsuite/20_util/bitset/cons/constexpr_c++23.cc: Require ET
hosted.
* testsuite/20_util/bitset/ext/constexpr.cc: Likewise.
libstdc++-v3/include/std/bitset
libstdc++-v3/testsuite/20_util/bitset/cons/constexpr_c++23.cc
libstdc++-v3/testsuite/20_util/bitset/ext/constexpr.cc
This page took 0.064472 seconds and 6 git commands to generate.