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

--- Comment #7 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Nathan Myers <[email protected]>:

https://gcc.gnu.org/g:0b9e5f95108c44a57b3713329af35fdd04a5e744

commit r17-2124-g0b9e5f95108c44a57b3713329af35fdd04a5e744
Author: Nathan Myers <[email protected]>
Date:   Wed Jul 1 21:00:04 2026 -0400

    libstdc++: fix allocate_at_least test for small alignments [PR126072]

    A test for P0401 allocate_at_least fails on target cris-elf,
    which has a default allocator with alignment 4. This patch
    adjusts tests to accommodate alignments down to 1, and removes
    assumptions about short int.

    Tested on x86 -m64 and -m32. Need assistance for cris-elf.

    libstdc++-v3/Changelog:
            PR libstdc++/126072
            * testsuite/20_util/allocator/allocate_at_least.cc: Fix.

Reply via email to