https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117921

--- Comment #4 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-14 branch has been updated by Jonathan Wakely
<r...@gcc.gnu.org>:

https://gcc.gnu.org/g:6e97d601f18141a67d0896122187e556d5f3d6c4

commit r14-11356-g6e97d601f18141a67d0896122187e556d5f3d6c4
Author: Jonathan Wakely <jwak...@redhat.com>
Date:   Mon Dec 9 09:36:15 2024 +0000

    libstdc++: Add missing equality comparison in new tests [PR117921]

    These new tests fail in Debug Mode because the allocator types aren't
    equality comparable.

    libstdc++-v3/ChangeLog:

            PR libstdc++/117921
            * testsuite/23_containers/set/modifiers/swap/adl.cc: Add
            equality comparison for Allocator.
            * testsuite/23_containers/unordered_set/modifiers/swap-2.cc:
            Likewise.

    (cherry picked from commit 5cdd78b39725fb1d82cb6bd68e8f56bf4f5d51cd)

Reply via email to