https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84860
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Thu Mar 15 08:35:28 2018 New Revision: 258552 URL: https://gcc.gnu.org/viewcvs?rev=258552&root=gcc&view=rev Log: PR target/84860 * optabs.c (emit_conditional_move): Pass address of cmode's copy rather than address of cmode as last argument to prepare_cmp_insn. * gcc.c-torture/compile/pr84860.c: New test. Added: trunk/gcc/testsuite/gcc.c-torture/compile/pr84860.c Modified: trunk/gcc/ChangeLog trunk/gcc/optabs.c trunk/gcc/testsuite/ChangeLog