https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126650
--- Comment #11 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-15 branch has been updated by Alexandre Oliva <[email protected]>: https://gcc.gnu.org/g:48e45185200154befd9f18bb5a4a3496270d0842 commit r15-11508-g48e45185200154befd9f18bb5a4a3496270d0842 Author: Alexandre Oliva <[email protected]> Date: Wed Aug 26 01:02:50 2026 -0300 testsuite: explicitly specify expected endianness [PR126650] The pr126650.c testcase carries an expectation that the data structures are little endian; we don't get the expected results otherwise. Make the nonscalars explicitly little-endian. for gcc/testsuite/ChangeLog PR tree-optimization/126650 * gcc.dg/torture/pr126650.c: Be explicit about endianness expectations. (cherry picked from commit ea6bfeafc48af3e6dab598376dda4586752ed990)
