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

--- Comment #4 from ktkachov at gcc dot gnu.org ---
Author: ktkachov
Date: Fri Jan 22 13:58:11 2016
New Revision: 232727

URL: https://gcc.gnu.org/viewcvs?rev=232727&root=gcc&view=rev
Log:
[ARM] Fix PR target/69403: Bug in thumb2_ior_scc_strict_it pattern

        PR target/69403
        * config/arm/thumb2.md (*thumb2_ior_scc_strict_it): Convert to
        define_insn_and_split.  Ensure operands[1] and operands[0] do not
        get assigned the same register.

        * gcc.c-torture/execute/pr69403.c: New test.


Added:
    trunk/gcc/testsuite/gcc.c-torture/execute/pr69403.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/arm/thumb2.md
    trunk/gcc/testsuite/ChangeLog

Reply via email to