diff options
author | Jan Hubicka <hubicka@gcc.gnu.org> | 2015-10-10 19:44:07 +0000 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2015-10-10 19:44:07 +0000 |
commit | 6ba9c455ff204f74f3a39232fcc9da7770169f70 (patch) | |
tree | b72dae25deaca6289759b430bfef856b0c96aa2f /gcc | |
parent | 9c4eeafc11dbd996949b3a0c3f5196e7c45ef92f (diff) | |
download | gcc-6ba9c455ff204f74f3a39232fcc9da7770169f70.zip gcc-6ba9c455ff204f74f3a39232fcc9da7770169f70.tar.gz gcc-6ba9c455ff204f74f3a39232fcc9da7770169f70.tar.bz2 |
tree.c (type_with_interoperable_signedness): New.
* tree.c (type_with_interoperable_signedness): New.
(gimple_canonical_types_compatible_p): Use it.
* tree.h (type_with_interoperable_signedness): Declare
From-SVN: r228681
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c92e744..531ea11 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,11 @@ 2015-10-10 Jan Hubicka <hubicka@ucw.cz> + * tree.c (type_with_interoperable_signedness): New. + (gimple_canonical_types_compatible_p): Use it. + * tree.h (type_with_interoperable_signedness): Declare + +2015-10-10 Jan Hubicka <hubicka@ucw.cz> + * fold-const.c (operand_equal_p): Document OEP_ADDRESS_OF and OEP_CONSTANT_ADDRESS_OF; skip type compatibility checks when OEP_ADDRESS_OF is se. |