diff options
Diffstat (limited to 'gcc/reg-stack.c')
-rw-r--r-- | gcc/reg-stack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reg-stack.c b/gcc/reg-stack.c index b13753863a4..c09f76e48a4 100644 --- a/gcc/reg-stack.c +++ b/gcc/reg-stack.c @@ -759,7 +759,7 @@ check_asm_stack_operands (rtx insn) if (operands_match_p (recog_data.operand[j], recog_data.operand[i])) { error_for_asm (insn, - "output operand %d must use `&' constraint", j); + "output operand %d must use %<&%> constraint", j); malformed_asm = 1; } } |