This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/84860] ICE in emit_move_insn, at expr.c:3717


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]