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/13803] [3.4/3.5 Regression] movqi operand constraints too restrictivefor TARGET_COLDFIRE


------- Additional Comments From bernie at develer dot com  2004-06-10 00:13 -------
This patch fixes the bug:

2004-05-05  Peter Barada  <peter@the-baradas.com>
	* gcc/config/m68k/m68k.h(EXTRA_CONSTRAINT): add 'U' for
          register offset addressing.
	* gcc/config/m68k/m68k.md: Add 'U,U' alternative to ColdFire
	  variants of movsi,movhi,movqi insn patterns.

It's already present on mainline and I've been using it in my
local 3.4 tree for some time.

I'd like to backport it to 3.4 before 3.4.1.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mmitchel at gcc dot gnu dot
                   |                            |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2004-01-21 23:15:23         |2004-06-10 00:13:44
               date|                            |


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


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