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/66114] some indirect_jump patterns use operands[] in their condition when they shouldn't


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

--- Comment #1 from John David Anglin <danglin at gcc dot gnu.org> ---
Author: danglin
Date: Sat Jul  4 13:42:55 2015
New Revision: 225412

URL: https://gcc.gnu.org/viewcvs?rev=225412&root=gcc&view=rev
Log:
        PR target/66114
        * config/pa/pa.md (indirect_jump): Use pmode_register_operand instead
        of register_operand.  Remove constraint.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/pa/pa.md


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