On Fri, 24 Mar 2023, Jakub Jelinek wrote:
> Hi!
>
> The PR109086 r13-6690 inline_string_cmp change to
> if (diff != result)
> emit_move_insn (result, diff);
> regressed
> FAIL: go.test/test/fixedbugs/bug207.go, -O2 -g (internal compiler error: in
> emit_move_insn, at expr.cc:4224)
Hi!
The PR109086 r13-6690 inline_string_cmp change to
if (diff != result)
emit_move_insn (result, diff);
regressed
FAIL: go.test/test/fixedbugs/bug207.go, -O2 -g (internal compiler error: in
emit_move_insn, at expr.cc:4224)
The problem is the Go FE doesn't mark __builtin_memcmp as