projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
528b848
)
* stmt.c (expand_asm_operands): Re-word warning.
author
Richard Henderson
<rth@redhat.com>
Mon, 9 Jun 2003 21:28:21 +0000
(14:28 -0700)
committer
Richard Henderson
<rth@gcc.gnu.org>
Mon, 9 Jun 2003 21:28:21 +0000
(14:28 -0700)
From-SVN: r67678
gcc/ChangeLog
patch
|
blob
|
history
gcc/stmt.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 091df3f45fc9e00c6c48d97eb4044147dfed3ef2..40a75a578efb5be8b05d08b1f71c20746e948651 100644
(file)
--- 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 3407f33be4c3896cf1ed99341f7e30ae4ad7ade2..a69beb0696954911c29ad7cc3e52423943ccf4ed 100644
(file)
--- 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))
{