r238545 - in /trunk/gcc: ChangeLog double-int.c...
uros@gcc.gnu.org
uros@gcc.gnu.org
Wed Jul 20 21:59:00 GMT 2016
Author: uros
Date: Wed Jul 20 21:59:44 2016
New Revision: 238545
URL: https://gcc.gnu.org/viewcvs?rev=238545&root=gcc&view=rev
Log:
* hwint.h (HOST_WIDE_INT_0): New define.
(HOST_WIDE_INT_0U): Ditto.
* double-int.c: Use HOST_WIDE_INT_0 instead of (HOST_WIDE_INT) 0.
* dse.c: Use HOST_WIDE_INT_0U instead of (unsigned HOST_WIDE_INT) 0.
* simplify-rtx.c: Ditto.
* tree-object-size.c: Ditto.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/double-int.c
trunk/gcc/dse.c
trunk/gcc/hwint.h
trunk/gcc/simplify-rtx.c
trunk/gcc/tree-object-size.c
More information about the Gcc-cvs
mailing list