r256915 - in /trunk/gcc: ChangeLog simplify-rtx...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Sat Jan 20 09:54:00 GMT 2018


Author: jakub
Date: Sat Jan 20 09:54:06 2018
New Revision: 256915

URL: https://gcc.gnu.org/viewcvs?rev=256915&root=gcc&view=rev
Log:
	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:
    trunk/gcc/testsuite/gcc.dg/pr83930.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/simplify-rtx.c
    trunk/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list