On 6/21/2021 10:51 AM, Xi Ruoyao via Gcc-patches wrote:
This test relies on wrap behavior of signed overflow. Without -fwrapv it is known to fail on mips (and maybe some other targets as well). gcc/testsuite/ * gcc.c-torture/execute/950704-1.c: Add -fwrapv to avoid undefined behavior.
Thanks. I've installed this on the trunk. jeff