r256061 - in /branches/gcc-7-branch/gcc: Change...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Mon Jan 1 11:27:00 GMT 2018


Author: jakub
Date: Mon Jan  1 11:27:17 2018
New Revision: 256061

URL: https://gcc.gnu.org/viewcvs?rev=256061&root=gcc&view=rev
Log:
	PR middle-end/83623
	* expmed.c (expand_shift_1): For 2-byte rotates by BITS_PER_UNIT,
	check for bswap in mode rather than HImode and use that in expand_unop
	too.

	* gcc.dg/pr83623.c: New test.

Added:
    branches/gcc-7-branch/gcc/testsuite/gcc.dg/pr83623.c
Modified:
    branches/gcc-7-branch/gcc/ChangeLog
    branches/gcc-7-branch/gcc/expmed.c
    branches/gcc-7-branch/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list