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/70028] Error: operand size mismatch for `kmovw' (wrong assembly generated) with -mavx512bw -masm=intel


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

--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Wed Mar 30 12:38:21 2016
New Revision: 234558

URL: https://gcc.gnu.org/viewcvs?rev=234558&root=gcc&view=rev
Log:
        Backported from mainline
        2016-03-02  Jakub Jelinek  <jakub@redhat.com>

        PR target/70028
        * config/i386/i386.md (kmovw): Move m constraint to 2nd alternative.
        (*movhi_internal): Put mask moves from and to memory separately
        from moves from/to GPRs.

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

Added:
    branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/pr70028.c
Modified:
    branches/gcc-5-branch/gcc/ChangeLog
    branches/gcc-5-branch/gcc/config/i386/i386.md
    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]