This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/13721] SEGV on inline-asm
- From: "kazu at cs dot umass dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Jan 2004 00:19:26 -0000
- Subject: [Bug target/13721] SEGV on inline-asm
- References: <20040117170117.13721.ysato@users.sourceforge.jp>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From kazu at cs dot umass dot edu 2004-01-27 00:19 -------
In this case, "m" is also incorrect because bit manipulation
instructions on h8 do not take addresses with offsets. We can't use
"V" either because they don't take arbitrary symbols @_g. So the only
good solution is probably to use "r" with @ in asm.
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |kazu at cs dot umass dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13721