aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2003-06-09 14:28:21 -0700
committerRichard Henderson <rth@gcc.gnu.org>2003-06-09 14:28:21 -0700
commit71ed1fdbff1ed83a74186db1d9e4b55008762d20 (patch)
treec18c001222ed5f72227096df216a137349ee437a /gcc/stmt.c
parent528b848768d7a5e30a5a28a0f6beaa73e7b1c55b (diff)
downloadgcc-71ed1fdbff1ed83a74186db1d9e4b55008762d20.zip
gcc-71ed1fdbff1ed83a74186db1d9e4b55008762d20.tar.gz
gcc-71ed1fdbff1ed83a74186db1d9e4b55008762d20.tar.bz2
* stmt.c (expand_asm_operands): Re-word warning.
From-SVN: r67678
Diffstat (limited to 'gcc/stmt.c')
-rw-r--r--gcc/stmt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/stmt.c b/gcc/stmt.c
index 3407f33..a69beb0 100644
--- a/gcc/stmt.c
+++ b/gcc/stmt.c
@@ -1772,8 +1772,8 @@ expand_asm_operands (string, outputs, inputs, clobbers, vol, filename, line)
}
else
{
- warning ("asm operand %d uses deprecated memory input "
- "without lvalue", i + noutputs);
+ warning ("use of memory input without lvalue in "
+ "asm operand %d is deprecated", i + noutputs);
if (CONSTANT_P (op))
{