diff options
author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-10-27 10:56:04 +0000 |
---|---|---|
committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-10-27 10:56:04 +0000 |
commit | a400b1ade2b1ea69980c370b7a4cc35a2301e6f7 (patch) | |
tree | 89f9bc56de9dc2fbc474b2c63f3ed7f470ca3868 /gcc/ada/ChangeLog | |
parent | 9f5477ae57adb579f7010ee6e7f6b6ac1975abb9 (diff) | |
download | gcc-a400b1ade2b1ea69980c370b7a4cc35a2301e6f7.tar.gz |
* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Array_Type>: Remove
superfluous computation for the max size.
<E_Array_Subtype>: Likewise. Make sure that the max size calculation
does not overflow at compile time.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216725 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/ChangeLog')
-rw-r--r-- | gcc/ada/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 7c3f5bb7c7d..bb092c81c66 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,10 @@ +2014-10-27 Eric Botcazou <ebotcazou@adacore.com> + + * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Array_Type>: Remove + superfluous computation for the max size. + <E_Array_Subtype>: Likewise. Make sure that the max size calculation + does not overflow at compile time. + 2014-10-23 Ed Schonberg <schonberg@adacore.com> * sem_eval.adb (Check_Non_Static_Context): Do not set |