]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/reg-stack.c
builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as appropriate.
[gcc.git] / gcc / reg-stack.c
index b13753863a44e52ecca234320a2edf16e9f89df5..c09f76e48a402372c983900fa393b9646a553e2e 100644 (file)
@@ -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;
            }
       }
This page took 0.028258 seconds and 5 git commands to generate.