public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/27374]  New: *arm_movdi_vfp in config/arm/vfp.md has wrong output templates
@ 2006-05-01 21:53 kazu at gcc dot gnu dot org
  2006-05-01 21:55 ` [Bug target/27374] " kazu at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: kazu at gcc dot gnu dot org @ 2006-05-01 21:53 UTC (permalink / raw)
  To: gcc-bugs

fmdrr and fmrrd each take three arguments.
However, the output templates are giving only two arguments.

I've got a patch.


-- 
           Summary: *arm_movdi_vfp in config/arm/vfp.md has wrong output
                    templates
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: kazu at gcc dot gnu dot org
        ReportedBy: kazu at gcc dot gnu dot org
GCC target triplet: arm-none-eabi


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


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

* [Bug target/27374] *arm_movdi_vfp in config/arm/vfp.md has wrong output templates
  2006-05-01 21:53 [Bug target/27374] New: *arm_movdi_vfp in config/arm/vfp.md has wrong output templates kazu at gcc dot gnu dot org
@ 2006-05-01 21:55 ` kazu at gcc dot gnu dot org
  2006-05-01 21:56 ` kazu at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: kazu at gcc dot gnu dot org @ 2006-05-01 21:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from kazu at gcc dot gnu dot org  2006-05-01 21:55 -------
Subject: Bug 27374

Author: kazu
Date: Mon May  1 21:55:02 2006
New Revision: 113436

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113436
Log:
        PR target/27374
        * config/arm/vfp.md (*arm_movdi_vfp): Correct the output
        templates for case 3 and 4.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/arm/vfp.md


-- 


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


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

* [Bug target/27374] *arm_movdi_vfp in config/arm/vfp.md has wrong output templates
  2006-05-01 21:53 [Bug target/27374] New: *arm_movdi_vfp in config/arm/vfp.md has wrong output templates kazu at gcc dot gnu dot org
  2006-05-01 21:55 ` [Bug target/27374] " kazu at gcc dot gnu dot org
@ 2006-05-01 21:56 ` kazu at gcc dot gnu dot org
  2006-05-01 21:59 ` kazu at gcc dot gnu dot org
  2006-05-02 14:05 ` kazu at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: kazu at gcc dot gnu dot org @ 2006-05-01 21:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from kazu at gcc dot gnu dot org  2006-05-01 21:56 -------
Subject: Bug 27374

Author: kazu
Date: Mon May  1 21:56:47 2006
New Revision: 113437

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113437
Log:
        PR target/27374
        * config/arm/vfp.md (*arm_movdi_vfp): Correct the output
        templates for case 3 and 4.

Modified:
    branches/gcc-4_1-branch/gcc/ChangeLog
    branches/gcc-4_1-branch/gcc/config/arm/vfp.md


-- 


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


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

* [Bug target/27374] *arm_movdi_vfp in config/arm/vfp.md has wrong output templates
  2006-05-01 21:53 [Bug target/27374] New: *arm_movdi_vfp in config/arm/vfp.md has wrong output templates kazu at gcc dot gnu dot org
  2006-05-01 21:55 ` [Bug target/27374] " kazu at gcc dot gnu dot org
  2006-05-01 21:56 ` kazu at gcc dot gnu dot org
@ 2006-05-01 21:59 ` kazu at gcc dot gnu dot org
  2006-05-02 14:05 ` kazu at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: kazu at gcc dot gnu dot org @ 2006-05-01 21:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from kazu at gcc dot gnu dot org  2006-05-01 21:58 -------
Just checked in a patch.


-- 

kazu at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.1.1


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


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

* [Bug target/27374] *arm_movdi_vfp in config/arm/vfp.md has wrong output templates
  2006-05-01 21:53 [Bug target/27374] New: *arm_movdi_vfp in config/arm/vfp.md has wrong output templates kazu at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2006-05-01 21:59 ` kazu at gcc dot gnu dot org
@ 2006-05-02 14:05 ` kazu at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: kazu at gcc dot gnu dot org @ 2006-05-02 14:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from kazu at gcc dot gnu dot org  2006-05-02 14:05 -------
Subject: Bug 27374

Author: kazu
Date: Tue May  2 14:05:14 2006
New Revision: 113464

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113464
Log:
        Backport:
        2006-05-01  Kazu Hirata  <kazu@codesourcery.com>
        PR target/27374
        * gcc/config/arm/vfp.md (*arm_movdi_vfp): Correct the output
        templates for case 3 and 4.

Modified:
    branches/csl/sourcerygxx-4_1/ChangeLog.csl
    branches/csl/sourcerygxx-4_1/gcc/config/arm/vfp.md


-- 


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


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

end of thread, other threads:[~2006-05-02 14:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-01 21:53 [Bug target/27374] New: *arm_movdi_vfp in config/arm/vfp.md has wrong output templates kazu at gcc dot gnu dot org
2006-05-01 21:55 ` [Bug target/27374] " kazu at gcc dot gnu dot org
2006-05-01 21:56 ` kazu at gcc dot gnu dot org
2006-05-01 21:59 ` kazu at gcc dot gnu dot org
2006-05-02 14:05 ` kazu at gcc dot gnu dot 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).