public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH, i386]: Fix gcc.target/i386/pr66648.c FAIL
@ 2015-11-09 20:08 Uros Bizjak
  0 siblings, 0 replies; only message in thread
From: Uros Bizjak @ 2015-11-09 20:08 UTC (permalink / raw)
  To: gcc-patches; +Cc: Richard Henderson

[-- Attachment #1: Type: text/plain, Size: 188 bytes --]

2015-11-09  Uros Bizjak  <ubizjak@gmail.com>

    * config/i386/i386.md (*strmovqi_1): Fix insn enable condition.

Tested on x86_64-linux-gnu {,-m32} and committed to mainline SVN.

Uros.

[-- Attachment #2: p.diff.txt --]
[-- Type: text/plain, Size: 547 bytes --]

Index: config/i386/i386.md
===================================================================
--- config/i386/i386.md	(revision 230038)
+++ config/i386/i386.md	(working copy)
@@ -16251,9 +16251,9 @@
    (set (match_operand:P 1 "register_operand" "=S")
 	(plus:P (match_dup 3)
 		(const_int 1)))]
-  "!(fixed_regs[SI_REG] || fixed_regs[DI_REG])"
-  "%^movsb
+  "!(fixed_regs[SI_REG] || fixed_regs[DI_REG])
    && ix86_check_no_addr_space (insn)"
+  "%^movsb"
   [(set_attr "type" "str")
    (set_attr "memory" "both")
    (set (attr "prefix_rex")

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-11-09 20:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-09 20:08 [PATCH, i386]: Fix gcc.target/i386/pr66648.c FAIL Uros Bizjak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).