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 target/31167] ICE wnen using __int128_t on x86_64



------- Comment #3 from ubizjak at gmail dot com  2007-03-14 13:42 -------
Prototype patch that fixes the failure:

2007-03-14  Uros Bizjak  <ubizjak@gmail.com>

        * config/i386/i386.md (*addti3_1, *addti3_1 splitter): Use
        x86_64_general_operand as operand[2] predicate.
        (*subti3_1, *subti3_1 splitter): Ditto.
        (*negti2_1, *negti2_1 splitter): Ditto for operand[1].


-- 


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


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