Commit 71ed1fdb by Richard Henderson Committed by Richard Henderson

* stmt.c (expand_asm_operands): Re-word warning.

From-SVN: r67678
parent 528b8487
2003-06-09 Richard Henderson <rth@redhat.com>
* stmt.c (expand_asm_operands): Re-word warning.
2003-06-08 Andrew Pinski <pinskia@physics.uc.edu> 2003-06-08 Andrew Pinski <pinskia@physics.uc.edu>
PR target/8787 PR target/8787
......
...@@ -1772,8 +1772,8 @@ expand_asm_operands (string, outputs, inputs, clobbers, vol, filename, line) ...@@ -1772,8 +1772,8 @@ expand_asm_operands (string, outputs, inputs, clobbers, vol, filename, line)
} }
else else
{ {
warning ("asm operand %d uses deprecated memory input " warning ("use of memory input without lvalue in "
"without lvalue", i + noutputs); "asm operand %d is deprecated", i + noutputs);
if (CONSTANT_P (op)) if (CONSTANT_P (op))
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment