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

jakub@gcc.gnu.org jakub@gcc.gnu.org
Sat Mar 3 13:14:00 GMT 2018


Author: jakub
Date: Sat Mar  3 13:14:58 2018
New Revision: 258170

URL: https://gcc.gnu.org/viewcvs?rev=258170&root=gcc&view=rev
Log:
	Backported from mainline
	2018-01-20  Jakub Jelinek  <jakub@redhat.com>

	PR target/83930
	* simplify-rtx.c (simplify_binary_operation_1) <case UMOD>: Use
	UINTVAL (trueop1) instead of INTVAL (op1).

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

Added:
    branches/gcc-7-branch/gcc/testsuite/gcc.dg/pr83930.c
Modified:
    branches/gcc-7-branch/gcc/ChangeLog
    branches/gcc-7-branch/gcc/simplify-rtx.c
    branches/gcc-7-branch/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list