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/14996] ICE with Alpha builtin


------- Additional Comments From falk at debian dot org  2004-04-17 18:08 -------
Actually, it seems a simple hack like

diff -u -p -r1.194.2.21 alpha.md
--- alpha.md    26 Mar 2004 16:23:02 -0000      1.194.2.21
+++ alpha.md    17 Apr 2004 18:03:40 -0000
@@ -7201,7 +7201,7 @@
 
 (define_expand "builtin_inswl"
   [(match_operand:DI 0 "register_operand" "")
-   (match_operand:DI 1 "reg_or_0_operand" "")
+   (match_operand:DI 1 "register_operand" "")
    (match_operand:DI 2 "reg_or_8bit_operand" "")]
   ""
 {

will already suffice, since other constants work. It'll even get folded then.


-- 


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


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