Bug 27374 - *arm_movdi_vfp in config/arm/vfp.md has wrong output templates
Summary: *arm_movdi_vfp in config/arm/vfp.md has wrong output templates
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: target (show other bugs)
Version: unknown
: P3 normal
Target Milestone: 4.1.1
Assignee: Kazu Hirata
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-01 21:52 UTC by Kazu Hirata
Modified: 2006-05-01 21:58 UTC (History)
1 user (show)

See Also:
Host:
Target: arm-none-eabi
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kazu Hirata 2006-05-01 21:52:59 UTC
fmdrr and fmrrd each take three arguments.
However, the output templates are giving only two arguments.

I've got a patch.
Comment 1 Kazu Hirata 2006-05-01 21:55:06 UTC
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

Comment 2 Kazu Hirata 2006-05-01 21:56:51 UTC
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

Comment 3 Kazu Hirata 2006-05-01 21:58:59 UTC
Just checked in a patch.
Comment 4 Kazu Hirata 2006-05-02 14:05:17 UTC
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