This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/15306] Spurious "use of memory input without lvalue" warning
- From: "schwab at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 May 2004 10:00:17 -0000
- Subject: [Bug c/15306] Spurious "use of memory input without lvalue" warning
- References: <20040506051145.15306.pgonzalez@bluel.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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