This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/16308] Error passing constant as argument in m68k and address mode problem
- From: "schwab at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Jul 2004 12:48:56 -0000
- Subject: [Bug target/16308] Error passing constant as argument in m68k and address mode problem
- References: <20040701024615.16308.ra010062@ic.unicamp.br>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From schwab at suse dot de 2004-07-01 12:48 -------
Reread the description of the pea (and lea) instruction, there is nothing wrong
here. "pea 10.w" is exactly equivalent to "move.l #10,-(%sp)", except that the
former is smaller and faster.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16308