diff options
author | Geert Bosch <bosch@gcc.gnu.org> | 2001-12-11 22:24:20 +0100 |
---|---|---|
committer | Geert Bosch <bosch@gcc.gnu.org> | 2001-12-11 22:24:20 +0100 |
commit | 84157f5101464652f4bdf73291f1f824935c7ef8 (patch) | |
tree | 3e640f733e4608234c44262bc8cf7393e393fc6b /gcc/ada/ChangeLog | |
parent | d5d7ae5c7510724e87d1d98e3f6f3866337da223 (diff) | |
download | gcc-84157f5101464652f4bdf73291f1f824935c7ef8.tar.gz |
checks.adb (Insert_Valid_Check): Apply validity check to expression of conversion, not to result of conversion.
* checks.adb (Insert_Valid_Check): Apply validity check to expression
of conversion, not to result of conversion.
* sem_ch3.adb (Build_Derived_Record_Type): set Controlled flag
before freezing parent. If the declarations are mutually recursive,
an access to the current record type may be frozen before the
derivation is complete.
From-SVN: r47894
Diffstat (limited to 'gcc/ada/ChangeLog')
-rw-r--r-- | gcc/ada/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index c32f52c38db..9a1631ba9ad 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,15 @@ +2001-12-11 Robert Dewar <dewar@gnat.com> + + * checks.adb (Insert_Valid_Check): Apply validity check to expression + of conversion, not to result of conversion. + +2001-12-11 Ed Schonberg <schonber@gnat.com> + + * sem_ch3.adb (Build_Derived_Record_Type): set Controlled flag + before freezing parent. If the declarations are mutually recursive, + an access to the current record type may be frozen before the + derivation is complete. + 2001-12-05 Vincent Celier <celier@gnat.com> * gnatcmd.adb: (MAKE): Add new translations: -b /BIND_ONLY, |