From 22116d840af84286597e0ad501240d35b9a0c5cf Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Tue, 10 Aug 2004 21:40:02 +0000 Subject: [PATCH] re PR target/16909 ("unrecognizable insn" ICE during bootstrap with-cpu=nocona) 2004-08-10 H.J. Lu PR target/16909 * config/i386/i386.md (*strsetdi_rex_1): Use DI instead of SI. From-SVN: r85769 --- gcc/ChangeLog | 5 +++++ gcc/config/i386/i386.md | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c36374ecf2d..56acb0ebee6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-08-10 H.J. Lu + + PR target/16909 + * config/i386/i386.md (*strsetdi_rex_1): Use DI instead of SI. + 2004-08-10 Janis Johnson * doc/sourcebuild.texi (compat testing): Document available test diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 12c051e010f..31f35176fb8 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -16770,8 +16770,8 @@ "") (define_insn "*strsetdi_rex_1" - [(set (mem:SI (match_operand:DI 1 "register_operand" "0")) - (match_operand:SI 2 "register_operand" "a")) + [(set (mem:DI (match_operand:DI 1 "register_operand" "0")) + (match_operand:DI 2 "register_operand" "a")) (set (match_operand:DI 0 "register_operand" "=D") (plus:DI (match_dup 1) (const_int 8))) -- 2.30.2