------- Comment #6 from uros at gcc dot gnu dot org 2009-02-26 07:07 ------- Subject: Bug 39058
Author: uros Date: Thu Feb 26 07:06:48 2009 New Revision: 144445 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144445 Log: Backport from mainline: 2009-02-02 Jakub Jelinek <ja...@redhat.com> 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. testsuite/ChangeLog: Backport from mainline: 2009-02-02 Jakub Jelinek <ja...@redhat.com> PR inline-asm/39058 * gcc.target/i386/pr39058.c: New test. Added: branches/gcc-4_3-branch/gcc/testsuite/gcc.target/i386/pr39058.c Modified: branches/gcc-4_3-branch/gcc/ChangeLog branches/gcc-4_3-branch/gcc/recog.c branches/gcc-4_3-branch/gcc/recog.h branches/gcc-4_3-branch/gcc/stmt.c branches/gcc-4_3-branch/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39058