On Thu, Oct 31, 2019 at 4:41 PM Jim Wilson <j...@sifive.com> wrote: > gcc/ > PR middle-end/92263 > * expr.c (emit_move_complex): Only use BLOCK_OP_NO_LIBCALL when > optimize_insn_for_speed_p is true. > > gcc/testsuite/ > PR middle-end/92263 > * gcc.dg/pr92263.c: New.
Tested with rv32-newlib and rv64-linux cross compiler builds and make checks. There were no regressions. The new testcase fails for both rv32 and rv64 without the patch, and works for both with the patch. Jim