OSDN Git Service

* stmt.c (expand_asm_operands): Re-word warning.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Jun 2003 21:28:21 +0000 (21:28 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Jun 2003 21:28:21 +0000 (21:28 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67678 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/stmt.c

index 091df3f..40a75a5 100644 (file)
@@ -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
index 3407f33..a69beb0 100644 (file)
@@ -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))
                {