https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114642
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target|powerpc64-linux-gnu |powerpc-linux-gnu mips*-*-* | |riscv*-*-* See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=112849 Keywords| |testsuite-fail Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Last reconfirmed| |2024-04-09 --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Confirmed. This does seem like a testsuite issue. With `-G0` (which disables small data opt) the testcases passes. So I suspect this will also fail on mips*-*-* too. It also fails for riscv*-*-* (where the option to disable small data is -msmall-data-limit=0).