From: Richard Henderson Date: Mon, 9 Jun 2003 21:28:21 +0000 (-0700) Subject: * stmt.c (expand_asm_operands): Re-word warning. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=71ed1fdbff1ed83a74186db1d9e4b55008762d20;p=platform%2Fupstream%2Fgcc.git * stmt.c (expand_asm_operands): Re-word warning. From-SVN: r67678 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 091df3f..40a75a5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-06-09 Richard Henderson + + * stmt.c (expand_asm_operands): Re-word warning. + 2003-06-08 Andrew Pinski PR target/8787 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)) {