From 6ba9c455ff204f74f3a39232fcc9da7770169f70 Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Sat, 10 Oct 2015 19:44:07 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c92e7444b1f..531ea11f155 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2015-10-10 Jan Hubicka + + * 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 * fold-const.c (operand_equal_p): Document OEP_ADDRESS_OF -- 2.30.2