diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2009-06-26 08:41:59 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2009-06-26 08:41:59 +0000 |
commit | bcade3954a00a9964783f5ed74be2e2e1991eb41 (patch) | |
tree | a8ed09482a15e766e330dad4cfaa10719a56986e /gcc | |
parent | c0e1e1087bd9bf719d254a6e4b01d4ce061f33c2 (diff) | |
download | gcc-bcade3954a00a9964783f5ed74be2e2e1991eb41.zip gcc-bcade3954a00a9964783f5ed74be2e2e1991eb41.tar.gz gcc-bcade3954a00a9964783f5ed74be2e2e1991eb41.tar.bz2 |
Fix oversight
From-SVN: r148965
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/ChangeLog | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index bb576e8..76c910a 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -22,15 +22,6 @@ 2009-06-26 Eric Botcazou <ebotcazou@adacore.com> - * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Array_Subtype>: Factor - out common predicate. Use the maximum to compute the upper bound of - the index type only when it is not wider than sizetype. Perform the - comparison in the index type for the generic expression. Use real - precision to decide whether to generate special types for debugging - information. - -2009-06-26 Eric Botcazou <ebotcazou@adacore.com> - * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Array_Type>: Pass correct arguments to create_field_decl. Remove redundant iteration. Rewrite computation of the maximum size. |