public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/66474] New: Document the use of %x in powerpc asm statements
@ 2015-06-09 16:41 meissner at gcc dot gnu.org
  2015-06-09 16:42 ` [Bug target/66474] " meissner at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: meissner at gcc dot gnu.org @ 2015-06-09 16:41 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 66474
           Summary: Document the use of %x in powerpc asm statements
           Product: gcc
           Version: 5.1.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: meissner at gcc dot gnu.org
  Target Milestone: ---
              Host: powerpc64-unknown-linux-gnu
            Target: powerpc64-unknown-linux-gnu
             Build: powerpc64-unknown-linux-gnu

A user that was trying to use PowerPC VSX instructions reported that we never
documented that you need to use %x<n> in PowerPC asm statements if the register
could be a VSX register (as opposed to traditional FPR or Altivec register).


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

* [Bug target/66474] Document the use of %x in powerpc asm statements
  2015-06-09 16:41 [Bug target/66474] New: Document the use of %x in powerpc asm statements meissner at gcc dot gnu.org
@ 2015-06-09 16:42 ` meissner at gcc dot gnu.org
  2015-06-09 18:02 ` meissner at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: meissner at gcc dot gnu.org @ 2015-06-09 16:42 UTC (permalink / raw)
  To: gcc-bugs

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

Michael Meissner <meissner at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2015-06-09
                 CC|                            |bergner at gcc dot gnu.org,
                   |                            |dje at gcc dot gnu.org,
                   |                            |munroesj at us dot ibm.com
           Assignee|unassigned at gcc dot gnu.org      |meissner at gcc dot gnu.org
     Ever confirmed|0                           |1


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

* [Bug target/66474] Document the use of %x in powerpc asm statements
  2015-06-09 16:41 [Bug target/66474] New: Document the use of %x in powerpc asm statements meissner at gcc dot gnu.org
  2015-06-09 16:42 ` [Bug target/66474] " meissner at gcc dot gnu.org
@ 2015-06-09 18:02 ` meissner at gcc dot gnu.org
  2015-06-10 16:52 ` meissner at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: meissner at gcc dot gnu.org @ 2015-06-09 18:02 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Michael Meissner <meissner at gcc dot gnu.org> ---
Created attachment 35732
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35732&action=edit
Proposed patch to fix the problem


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

* [Bug target/66474] Document the use of %x in powerpc asm statements
  2015-06-09 16:41 [Bug target/66474] New: Document the use of %x in powerpc asm statements meissner at gcc dot gnu.org
  2015-06-09 16:42 ` [Bug target/66474] " meissner at gcc dot gnu.org
  2015-06-09 18:02 ` meissner at gcc dot gnu.org
@ 2015-06-10 16:52 ` meissner at gcc dot gnu.org
  2015-06-10 17:16 ` meissner at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: meissner at gcc dot gnu.org @ 2015-06-10 16:52 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Michael Meissner <meissner at gcc dot gnu.org> ---
Author: meissner
Date: Wed Jun 10 16:51:49 2015
New Revision: 224332

URL: https://gcc.gnu.org/viewcvs?rev=224332&root=gcc&view=rev
Log:
2015-06-10  Michael Meissner  <meissner@linux.vnet.ibm.com>

        PR target/66474
        * doc/md.texi (Machine Constraints): Document that on the PowerPC
        if you use a constraint that targets a VSX register, you must use
        %x<n> in the template.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/doc/md.texi


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

* [Bug target/66474] Document the use of %x in powerpc asm statements
  2015-06-09 16:41 [Bug target/66474] New: Document the use of %x in powerpc asm statements meissner at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2015-06-10 17:16 ` meissner at gcc dot gnu.org
@ 2015-06-10 17:16 ` meissner at gcc dot gnu.org
  2015-06-10 17:17 ` meissner at gcc dot gnu.org
  2015-06-10 17:34 ` meissner at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: meissner at gcc dot gnu.org @ 2015-06-10 17:16 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Michael Meissner <meissner at gcc dot gnu.org> ---
Author: meissner
Date: Wed Jun 10 17:15:25 2015
New Revision: 224333

URL: https://gcc.gnu.org/viewcvs?rev=224333&root=gcc&view=rev
Log:
2015-06-10  Michael Meissner  <meissner@linux.vnet.ibm.com>

        Backport from mainline:
        2015-06-10  Michael Meissner  <meissner@linux.vnet.ibm.com>

        PR target/66474
        * doc/md.texi (Machine Constraints): Document that on the PowerPC
        if you use a constraint that targets a VSX register, you must use
        %x<n> in the template.


Modified:
    branches/ibm/gcc-5-prefixes/gcc/doc/md.texi


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

* [Bug target/66474] Document the use of %x in powerpc asm statements
  2015-06-09 16:41 [Bug target/66474] New: Document the use of %x in powerpc asm statements meissner at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2015-06-10 16:52 ` meissner at gcc dot gnu.org
@ 2015-06-10 17:16 ` meissner at gcc dot gnu.org
  2015-06-10 17:16 ` meissner at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: meissner at gcc dot gnu.org @ 2015-06-10 17:16 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Michael Meissner <meissner at gcc dot gnu.org> ---
Author: meissner
Date: Wed Jun 10 17:15:58 2015
New Revision: 224334

URL: https://gcc.gnu.org/viewcvs?rev=224334&root=gcc&view=rev
Log:
2015-06-10  Michael Meissner  <meissner@linux.vnet.ibm.com>

        Backport from mainline:
        2015-06-10  Michael Meissner  <meissner@linux.vnet.ibm.com>

        PR target/66474
        * doc/md.texi (Machine Constraints): Document that on the PowerPC
        if you use a constraint that targets a VSX register, you must use
        %x<n> in the template.


Modified:
    branches/gcc-5-branch/gcc/ChangeLog
    branches/gcc-5-branch/gcc/doc/md.texi


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

* [Bug target/66474] Document the use of %x in powerpc asm statements
  2015-06-09 16:41 [Bug target/66474] New: Document the use of %x in powerpc asm statements meissner at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2015-06-10 17:16 ` meissner at gcc dot gnu.org
@ 2015-06-10 17:17 ` meissner at gcc dot gnu.org
  2015-06-10 17:34 ` meissner at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: meissner at gcc dot gnu.org @ 2015-06-10 17:17 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Michael Meissner <meissner at gcc dot gnu.org> ---
Author: meissner
Date: Wed Jun 10 17:16:58 2015
New Revision: 224335

URL: https://gcc.gnu.org/viewcvs?rev=224335&root=gcc&view=rev
Log:
2015-06-10  Michael Meissner  <meissner@linux.vnet.ibm.com>

        Backport from mainline:
        2015-06-10  Michael Meissner  <meissner@linux.vnet.ibm.com>

        PR target/66474
        * doc/md.texi (Machine Constraints): Document that on the PowerPC
        if you use a constraint that targets a VSX register, you must use
        %x<n> in the template.


Modified:
    branches/gcc-4_9-branch/gcc/ChangeLog
    branches/gcc-4_9-branch/gcc/doc/md.texi


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

* [Bug target/66474] Document the use of %x in powerpc asm statements
  2015-06-09 16:41 [Bug target/66474] New: Document the use of %x in powerpc asm statements meissner at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2015-06-10 17:17 ` meissner at gcc dot gnu.org
@ 2015-06-10 17:34 ` meissner at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: meissner at gcc dot gnu.org @ 2015-06-10 17:34 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from Michael Meissner <meissner at gcc dot gnu.org> ---
Author: meissner
Date: Wed Jun 10 17:34:12 2015
New Revision: 224336

URL: https://gcc.gnu.org/viewcvs?rev=224336&root=gcc&view=rev
Log:
2015-06-10  Michael Meissner  <meissner@linux.vnet.ibm.com>

        Backport from mainline:
        2015-06-10  Michael Meissner  <meissner@linux.vnet.ibm.com>

        PR target/66474
        * doc/md.texi (Machine Constraints): Document that on the PowerPC
        if you use a constraint that targets a VSX register, you must use
        %x<n> in the template.


Modified:
    branches/gcc-4_8-branch/gcc/ChangeLog
    branches/gcc-4_8-branch/gcc/doc/md.texi


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

end of thread, other threads:[~2015-06-10 17:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-09 16:41 [Bug target/66474] New: Document the use of %x in powerpc asm statements meissner at gcc dot gnu.org
2015-06-09 16:42 ` [Bug target/66474] " meissner at gcc dot gnu.org
2015-06-09 18:02 ` meissner at gcc dot gnu.org
2015-06-10 16:52 ` meissner at gcc dot gnu.org
2015-06-10 17:16 ` meissner at gcc dot gnu.org
2015-06-10 17:16 ` meissner at gcc dot gnu.org
2015-06-10 17:17 ` meissner at gcc dot gnu.org
2015-06-10 17:34 ` meissner 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).