From 52a22bc6fc302d2719365e4b75230ffc56075b4e Mon Sep 17 00:00:00 2001 From: ebotcazou Date: Thu, 22 Jul 2010 19:12:46 +0000 Subject: * gcc-interface/utils.c (gnat_types_compatible_p): Don't require strict equality for the component type of array types. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162424 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ada/ChangeLog | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'gcc/ada/ChangeLog') diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index d145b668a59..c80be7241a3 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,8 @@ +2010-07-22 Eric Botcazou + + * gcc-interface/utils.c (gnat_types_compatible_p): Don't require strict + equality for the component type of array types. + 2010-07-15 Nathan Froyd * gcc-interface/decl.c: Carefully replace TREE_CHAIN with DECL_CHAIN. @@ -7,10 +12,10 @@ 2010-07-13 Laurent GUERBY - PR bootstrap/44458 - * gcc-interface/targtyps.c: Include tm_p.h. - * gcc-interface/Make-lang.in: Update dependencies. - + PR bootstrap/44458 + * gcc-interface/targtyps.c: Include tm_p.h. + * gcc-interface/Make-lang.in: Update dependencies. + 2010-07-09 Eric Botcazou * gcc-interface/trans.c (gnat_gimplify_expr) : Deal with -- cgit v1.2.1