r278642 - in /trunk/gcc: ChangeLog config/i386/...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Sat Nov 23 10:07:00 GMT 2019


Author: jakub
Date: Sat Nov 23 10:07:21 2019
New Revision: 278642

URL: https://gcc.gnu.org/viewcvs?rev=278642&root=gcc&view=rev
Log:
	PR target/92615
	* config/i386/i386.c (ix86_md_asm_adjust): If dest_mode is
	GET_MODE (dest), is not QImode, using ZERO_EXTEND and dest is not
	register_operand, force x into register before storing it into dest.
	Formatting fix.

	* gcc.target/i386/pr92615.c: New test.

Added:
    trunk/gcc/testsuite/gcc.target/i386/pr92615.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.c
    trunk/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list