From dcfedcd0da4e503b81c99e13e773f71f7035102c Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sun, 12 Apr 1992 17:11:03 -0400 Subject: *** empty log message *** From-SVN: r730 --- gcc/stmt.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc/stmt.c') diff --git a/gcc/stmt.c b/gcc/stmt.c index a999cb4..1c53164 100644 --- a/gcc/stmt.c +++ b/gcc/stmt.c @@ -1155,6 +1155,9 @@ expand_asm_operands (string, outputs, inputs, clobbers, vol, filename, line) if (j < 0) { + if (j == -3) + continue; + error ("unknown register name `%s' in `asm'", regname); return; } -- cgit v1.1