From c8b947688ff5b2a16d7b79a8c8cc1170cc0c227e Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 2 Apr 2002 00:35:51 -0800 Subject: re PR rtl-optimization/190 (Optimization bug for x86 target) PR opt/190 * final.c (this_is_asm_operands): Export. * output.h (this_is_asm_operands): Declare. * config/i386/i386.c (print_operand): Error odd asm operands. From-SVN: r51741 --- gcc/final.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/final.c') diff --git a/gcc/final.c b/gcc/final.c index 47dd455..4992ced 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -122,7 +122,7 @@ extern int length_unit_log; /* This is defined in insn-attrtab.c. */ /* Nonzero while outputting an `asm' with operands. This means that inconsistencies are the user's fault, so don't abort. The precise value is the insn being output, to pass to error_for_asm. */ -static rtx this_is_asm_operands; +rtx this_is_asm_operands; /* Number of operands of this insn, for an `asm' with operands. */ static unsigned int insn_noperands; -- cgit v1.1