r143867 - in /trunk/gcc: ChangeLog recog.c reco...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Mon Feb 2 13:23:00 GMT 2009


Author: jakub
Date: Mon Feb  2 13:23:43 2009
New Revision: 143867

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=143867
Log:
	PR inline-asm/39058
	* recog.h (asm_operand_ok): Add constraints argument.
	* recog.c (asm_operand_ok): Likewise.  If it is set, for digits
	recurse on matching constraint.
	(check_asm_operands): Pass constraints as 3rd argument to
	asm_operand_ok.  Don't look up matching constraint here.
	* stmt.c (expand_asm_operands): Pass NULL as 3rd argument
	to asm_operand_ok.

	* gcc.target/i386/pr39058.c: New test.

Added:
    trunk/gcc/testsuite/gcc.target/i386/pr39058.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/recog.c
    trunk/gcc/recog.h
    trunk/gcc/stmt.c
    trunk/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list