From 71ed1fdbff1ed83a74186db1d9e4b55008762d20 Mon Sep 17 00:00:00 2001 From: Richard Henderson <rth@redhat.com> Date: Mon, 9 Jun 2003 14:28:21 -0700 Subject: [PATCH] * stmt.c (expand_asm_operands): Re-word warning. From-SVN: r67678 --- gcc/ChangeLog | 4 ++++ gcc/stmt.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 091df3f45fc9..40a75a578efb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +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> PR target/8787 diff --git a/gcc/stmt.c b/gcc/stmt.c index 3407f33be4c3..a69beb069695 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)) { -- GitLab