aboutsummaryrefslogtreecommitdiff
path: root/contrib/gcc/stmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/stmt.c')
-rw-r--r--contrib/gcc/stmt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gcc/stmt.c b/contrib/gcc/stmt.c
index 9800ee8306b5..89b9840c25dd 100644
--- a/contrib/gcc/stmt.c
+++ b/contrib/gcc/stmt.c
@@ -1735,8 +1735,8 @@ expand_asm_operands (string, outputs, inputs, clobbers, vol, filename, line)
}
else
{
- warning ("use of memory input without lvalue in "
- "asm operand %d is deprecated", i + noutputs);
+ warning ("use of memory input without lvalue in asm operand %d is deprecated",
+ i + noutputs);
if (CONSTANT_P (op))
{