------- Comment #13 from jakub at gcc dot gnu dot org  2005-12-02 22:58 -------
Subject: Bug 25199

Author: jakub
Date: Fri Dec  2 22:58:33 2005
New Revision: 107957

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107957
Log:
        PR target/25199
        * config/i386/i386.md (movqi_1): Only force imovx for alternative
        5 if operand 1 is not aligned.  Undo previous constraint change.
        * config/i386/predicates.md (aligned_operand): Use MEM_ALIGN.

        Backport from mainline:
        2005-06-07  Dale Johannesen  <[EMAIL PROTECTED]>

        * config/i386/i386.md (movqi_1): Fix case where source
        is memory and destination EDI.
testsuite/
        * gcc.target/i386/movq-2.c: New test.
        * gcc.target/i386/movq.c: Remove target i?86, instead add
        dg-require-effective-target ilp32.

        Backport from mainline:
        2005-06-07  Dale Johannesen  <[EMAIL PROTECTED]>

        * gcc.target/i386/movq.c: New.

Added:
    branches/gcc-4_0-branch/gcc/testsuite/gcc.target/i386/movq-2.c
    branches/gcc-4_0-branch/gcc/testsuite/gcc.target/i386/movq.c
Modified:
    branches/gcc-4_0-branch/gcc/ChangeLog
    branches/gcc-4_0-branch/gcc/config/i386/i386.md
    branches/gcc-4_0-branch/gcc/config/i386/predicates.md
    branches/gcc-4_0-branch/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25199

Reply via email to