This is the mail archive of the gcc-cvs@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]

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


Author: jakub
Date: Tue Jun 28 18:31:42 2016
New Revision: 237826

URL: https://gcc.gnu.org/viewcvs?rev=237826&root=gcc&view=rev
Log:
	PR middle-end/71626
	* config/i386/i386.c (ix86_expand_vector_move): For SUBREG of
	a constant, force its SUBREG_REG into memory or register instead
	of whole op1.

	* gcc.c-torture/execute/pr71626-1.c: New test.
	* gcc.c-torture/execute/pr71626-2.c: New test.

Added:
    trunk/gcc/testsuite/gcc.c-torture/execute/pr71626-1.c
    trunk/gcc/testsuite/gcc.c-torture/execute/pr71626-2.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.c
    trunk/gcc/testsuite/ChangeLog


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