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 c/15306] Spurious "use of memory input without lvalue" warning


------- Additional Comments From schwab at suse dot de  2004-05-06 10:00 -------
You want a constant but without the "immediate operand" syntax.  Try the "i" 
constraint and %c0 to substitute. 

-- 


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


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