public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/66114] New: some indirect_jump patterns use operands[] in their condition when they shouldn't
@ 2015-05-11 22:03 tbsaunde at gcc dot gnu.org
  2015-07-04 13:43 ` [Bug target/66114] " danglin at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: tbsaunde at gcc dot gnu.org @ 2015-05-11 22:03 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 66114
           Summary: some indirect_jump patterns use operands[] in their
                    condition when they shouldn't
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: tbsaunde at gcc dot gnu.org
  Target Milestone: ---
            Target: fr30-* pa-*

md.texi says that the condition in a named define_insn should not look at insn 
data.  however the indirect_jump patterns for the pa and fr30 ports look at
operands[]


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/66114] some indirect_jump patterns use operands[] in their condition when they shouldn't
  2015-05-11 22:03 [Bug target/66114] New: some indirect_jump patterns use operands[] in their condition when they shouldn't tbsaunde at gcc dot gnu.org
@ 2015-07-04 13:43 ` danglin at gcc dot gnu.org
  2015-07-04 13:45 ` danglin at gcc dot gnu.org
  2015-07-04 13:46 ` danglin at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: danglin at gcc dot gnu.org @ 2015-07-04 13:43 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/66114] some indirect_jump patterns use operands[] in their condition when they shouldn't
  2015-05-11 22:03 [Bug target/66114] New: some indirect_jump patterns use operands[] in their condition when they shouldn't tbsaunde at gcc dot gnu.org
  2015-07-04 13:43 ` [Bug target/66114] " danglin at gcc dot gnu.org
@ 2015-07-04 13:45 ` danglin at gcc dot gnu.org
  2015-07-04 13:46 ` danglin at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: danglin at gcc dot gnu.org @ 2015-07-04 13:45 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from John David Anglin <danglin at gcc dot gnu.org> ---
Author: danglin
Date: Sat Jul  4 13:44:39 2015
New Revision: 225413

URL: https://gcc.gnu.org/viewcvs?rev=225413&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:
    branches/gcc-5-branch/gcc/ChangeLog
    branches/gcc-5-branch/gcc/config/pa/pa.md


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/66114] some indirect_jump patterns use operands[] in their condition when they shouldn't
  2015-05-11 22:03 [Bug target/66114] New: some indirect_jump patterns use operands[] in their condition when they shouldn't tbsaunde at gcc dot gnu.org
  2015-07-04 13:43 ` [Bug target/66114] " danglin at gcc dot gnu.org
  2015-07-04 13:45 ` danglin at gcc dot gnu.org
@ 2015-07-04 13:46 ` danglin at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: danglin at gcc dot gnu.org @ 2015-07-04 13:46 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from John David Anglin <danglin at gcc dot gnu.org> ---
Author: danglin
Date: Sat Jul  4 13:46:11 2015
New Revision: 225414

URL: https://gcc.gnu.org/viewcvs?rev=225414&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:
    branches/gcc-4_9-branch/gcc/ChangeLog
    branches/gcc-4_9-branch/gcc/config/pa/pa.md


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-07-04 13:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-11 22:03 [Bug target/66114] New: some indirect_jump patterns use operands[] in their condition when they shouldn't tbsaunde at gcc dot gnu.org
2015-07-04 13:43 ` [Bug target/66114] " danglin at gcc dot gnu.org
2015-07-04 13:45 ` danglin at gcc dot gnu.org
2015-07-04 13:46 ` danglin at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).