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

--- Comment #5 from Hans-Peter Nilsson <hp at gcc dot gnu.org> ---
(In reply to Nathan Myers from comment #3)
> PATCH https://gcc.gnu.org/pipermail/libstdc++/2026-July/067048.html
> 
> 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 the size of short int.
> 
> Tested on x86 -m64 and -m32. Need assistance for cris-elf.

While cris-elf is a newlib 32-bit "bare-iron" target with simulator
co-habitating with gdb all in the well-known manner, that might seem a bit
daunting if you've never done a cross-build before.

Anyway, fix verified for cris-elf at r17-2029-gaef738b4a47e.
Thanks for the quick turnaround!

(FYI, currently there's unfortunately c++ breakage for cris-elf; hours of
broken builds followed by a regress-42, where for r17-2029-gaef738b4a47e it was
regress-4 including "yours". Sometimes other people's autotesters notice and
complain, and it gets fixed, sometimes I have to at least report it.)

Reply via email to