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/52006] [4.7 Regression] ARM ICE with incorrectly peepholed tls_load_dot_plus_eight


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

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-01-28 00:29:15 UTC ---
Author: jakub
Date: Sat Jan 28 00:29:11 2012
New Revision: 183661

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183661
Log:
    PR target/52006
    * config/arm/arm.md (pic_add_dot_plus_eight peephole2): Use
    arm_general_register_operand predicate for operand 2 instead of
    register_operand.

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

Added:
    trunk/gcc/testsuite/gcc.target/arm/pr52006.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]