https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108632
--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Hans-Peter Nilsson <h...@gcc.gnu.org>: https://gcc.gnu.org/g:a939dd835798efd40b78f7c0070177616e3f36d3 commit r13-5633-ga939dd835798efd40b78f7c0070177616e3f36d3 Author: Hans-Peter Nilsson <h...@axis.com> Date: Wed Feb 1 14:56:47 2023 +0100 libstdc++ testsuite: Correct S0 in std/time/hh_mm_ss/1.cc For targets where the ABI mandates structure layout that has no padding, like cris-elf, this test started failing when introduced as an add-on to the existing 1.cc, thereby effectively causing a regression in testsuite results. Adding an empty structure to S0, corresponds better to the layout of hh_mm_ss<seconds>. PR testsuite/108632 * testsuite/std/time/hh_mm_ss/1.cc (size): Add empty struct at end of S0.