aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJan Hubicka <hubicka@gcc.gnu.org>2015-10-10 19:44:07 +0000
committerJan Hubicka <hubicka@gcc.gnu.org>2015-10-10 19:44:07 +0000
commit6ba9c455ff204f74f3a39232fcc9da7770169f70 (patch)
treeb72dae25deaca6289759b430bfef856b0c96aa2f /gcc
parent9c4eeafc11dbd996949b3a0c3f5196e7c45ef92f (diff)
downloadgcc-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/ChangeLog6
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.