https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101110
Xi Ruoyao <xry111 at mengyan1223 dot wang> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xry111 at mengyan1223 dot wang --- Comment #3 from Xi Ruoyao <xry111 at mengyan1223 dot wang> --- (In reply to Andrew Macleod from comment #2) > I think the patch for PR 101014 resolves this testcase... Let me know if > this is fixed on trunk now. This is still failing on mips64el. And there is really an UB (signed overflow) in the test: 950704-1.c:9:5: runtime error: signed integer overflow: -9223372036854775808 + -9223372036854775808 cannot be represented in type 'long long int' maybe we should add -fwrapv for this test.