]> gcc.gnu.org Git - gcc.git/commit - gcc/stmt.c
re PR inline-asm/39058 (ICE with double in inline-asm)
authorJakub Jelinek <jakub@redhat.com>
Mon, 2 Feb 2009 13:23:43 +0000 (14:23 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 2 Feb 2009 13:23:43 +0000 (14:23 +0100)
commiteca72963aad838236301cfed220a41f8b4fa6b60
treea1aa96b3278b1c873c7432d2ad53d27e983ec85a
parent43014633b0b9f0e3d2646b6c4ecd75d3830a18b2
re PR inline-asm/39058 (ICE with double in inline-asm)

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.

From-SVN: r143867
gcc/ChangeLog
gcc/recog.c
gcc/recog.h
gcc/stmt.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr39058.c [new file with mode: 0644]
This page took 0.057996 seconds and 5 git commands to generate.