This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug inline-asm/39058] [4.3/4.4 regression] ICE with double in inline-asm



------- Comment #3 from jakub at gcc dot gnu dot org  2009-02-02 13:23 -------
Subject: Bug 39058

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


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39058


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]