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/79807] [5/6/7 Regression] ICE in extract_insn, at recog.c:2311 (error: unrecognizable insn)


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79807

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Fri Mar  3 12:24:53 2017
New Revision: 245871

URL: https://gcc.gnu.org/viewcvs?rev=245871&root=gcc&view=rev
Log:
        PR target/79807
        * config/i386/i386.c (ix86_expand_multi_arg_builtin): If target
        is a memory operand, increase num_memory.
        (ix86_expand_args_builtin): Likewise.

        * gcc.target/i386/pr79807.c: New test.

Added:
    trunk/gcc/testsuite/gcc.target/i386/pr79807.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.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]