This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/31167] ICE wnen using __int128_t on x86_64
- From: "ubizjak at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Mar 2007 13:42:41 -0000
- Subject: [Bug target/31167] ICE wnen using __int128_t on x86_64
- References: <bug-31167-14239@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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