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/53358] [4.7/4.8 Regression] ICE due to TARGET_READ_MODIFY_WRITE peephole2


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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-05-15 15:21:47 UTC ---
Author: jakub
Date: Tue May 15 15:21:38 2012
New Revision: 187545

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187545
Log:
    PR target/53358
    * config/i386/i386.md (*addqi_2 peephole with QImode addition): Check
    that operands[2] is either immediate, or q_regs_operand.

    * gcc.dg/pr53358.c: New test.

Added:
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/pr53358.c
Modified:
    branches/gcc-4_7-branch/gcc/ChangeLog
    branches/gcc-4_7-branch/gcc/config/i386/i386.md
    branches/gcc-4_7-branch/gcc/testsuite/ChangeLog


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