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/64460] ARM ICE on valid code


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

--- Comment #10 from ktkachov at gcc dot gnu.org ---
Author: ktkachov
Date: Wed Jan 14 10:14:23 2015
New Revision: 219583

URL: https://gcc.gnu.org/viewcvs?rev=219583&root=gcc&view=rev
Log:
[ARM] Fix PR target/64460: Set 'shift' attr properly on some patterns.

    PR target/64460
    * config/arm/arm.md (*<arith_shift_insn>_multsi): Set 'shift' to 2.
    (*<arith_shift_insn>_shiftsi): Set 'shift' attr to 3.

    * gcc.target/arm/pr64460_1.c: New test.


Added:
    trunk/gcc/testsuite/gcc.target/arm/pr64460_1.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/arm/arm.md
    trunk/gcc/testsuite/ChangeLog


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