diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-06-23 06:43:38 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-06-23 06:43:38 +0000 |
commit | e69fef85b86bbd792475d5bb41ecb91a0ee84390 (patch) | |
tree | d0b3db2e61510958173a65857c5779941e38a686 /gcc/ada/exp_ch13.adb | |
parent | 843022ddef2fa6b556a8e2f57c33308d47621073 (diff) | |
download | gcc-e69fef85b86bbd792475d5bb41ecb91a0ee84390.tar.gz |
2010-06-23 Robert Dewar <dewar@adacore.com>
* g-pehage.adb, exp_ch13.adb: Minor reformatting.
2010-06-23 Thomas Quinot <quinot@adacore.com>
* a-tags.ads: Fix description of TSD structure.
2010-06-23 Ed Schonberg <schonberg@adacore.com>
* sem_ch12.adb (Mark_Context): When indicating that the body of a
generic unit is needed prior to the unit containing an instantiation,
search recursively the context of the generic to add other generic
bodies that may be instantiated indirectly through the current instance.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@161251 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/exp_ch13.adb')
-rw-r--r-- | gcc/ada/exp_ch13.adb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ada/exp_ch13.adb b/gcc/ada/exp_ch13.adb index 6633ffb48f5..d0004f473a0 100644 --- a/gcc/ada/exp_ch13.adb +++ b/gcc/ada/exp_ch13.adb @@ -358,7 +358,6 @@ package body Exp_Ch13 is then declare Save_Force : constant Boolean := Force_Validity_Checks; - begin Force_Validity_Checks := True; Analyze (Decl); |