Move entry to proper file.

From-SVN: r114984
This commit is contained in:
Eric Botcazou 2006-06-25 10:33:10 +00:00
parent ee4ac5b0b4
commit 8df7d4395a
2 changed files with 5 additions and 3 deletions

View File

@ -29,9 +29,6 @@
(gimple_add_tmp_var): Use it, forcing variable size to a
constant upper bound if it is not constant on entry.
* ada/misc.c (gnat_type_max_size): Look at TYPE_ADA_SIZE if we have
not been able to get a constant upper bound from TYPE_SIZE_UNIT.
2006-06-23 Danny Smith <dannysmith@users.sourceforge.net>
PR target/27789

View File

@ -1,3 +1,8 @@
2006-06-23 Olivier Hainque <hainque@adacore.com>
* misc.c (gnat_type_max_size): Look at TYPE_ADA_SIZE if we have
not been able to get a constant upper bound from TYPE_SIZE_UNIT.
2006-06-20 James A. Morrison <phython@gcc.gnu.org>
Eric Botcazou <ebotcazou@adacore.com>