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/36627] X86: wrong mode in subqi_2



------- Comment #3 from uros at gcc dot gnu dot org  2008-06-25 21:07 -------
Subject: Bug 36627

Author: uros
Date: Wed Jun 25 21:06:20 2008
New Revision: 137122

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=137122
Log:
        PR target/36627
        * config/i386/i386.md : Change constraints of HImode and QImode
        immediate operands from "i" to "n".  Change SImode "ni" constraint to
        "i" and SImode "rmi" constraint to "g".  Remove all constraints
        from const0_operand and const1_operand predicated operands.
        (i): Change QImode and HImode attribute from "i" to "n".
        (*subqi_2): Change HImode operands to QImode.
        (*subqi_3): Ditto.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.md
    trunk/gcc/testsuite/ChangeLog


-- 


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


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