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/66473] ICE: in extract_insn, at recog.c:2343 (unrecognizable insn) with -mavx512f


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

--- Comment #8 from uros at gcc dot gnu.org ---
Author: uros
Date: Wed Jun 10 18:37:34 2015
New Revision: 224342

URL: https://gcc.gnu.org/viewcvs?rev=224342&root=gcc&view=rev
Log:
        PR target/66473
        * config/i386/i386.c (ix86_expand_vector_set): Use gen_int_mode
        to prepare mask operand for AVX512 modes.

testsuite/ChangeLog:

        PR target/66473
        * gcc.target/i386/pr66473.c: New test.


Added:
    branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/pr66473.c
Modified:
    branches/gcc-5-branch/gcc/ChangeLog
    branches/gcc-5-branch/gcc/config/i386/i386.c
    branches/gcc-5-branch/gcc/testsuite/ChangeLog


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