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/13721] SEGV on inline-asm


------- 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


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