diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-08-01 17:54:39 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-08-01 17:54:39 +0200 |
commit | 0d53d36b6e25fb2c306dc3d5a76b78e596795b6e (patch) | |
tree | 3c38c0199334e35cf3e0d160332ebaf82e8c988d /gcc/ada/exp_ch4.adb | |
parent | 8ed68165ed9a61e0e0a0d3de377d37718ee24b61 (diff) | |
download | gcc-0d53d36b6e25fb2c306dc3d5a76b78e596795b6e.zip gcc-0d53d36b6e25fb2c306dc3d5a76b78e596795b6e.tar.gz gcc-0d53d36b6e25fb2c306dc3d5a76b78e596795b6e.tar.bz2 |
[multiple changes]
2011-08-01 Yannick Moy <moy@adacore.com>
* sem_util.adb (Enter_Name): issue error in formal mode on declaration
of homonym, unless the homonym is one of the cases allowed in SPARK
* par-ch5.adb (Parse_Decls_Begin_End): issue error in SPARK mode for
package declaration occurring after a body.
2011-08-01 Robert Dewar <dewar@adacore.com>
* checks.adb, exp_ch4.adb: Minor reformatting.
2011-08-01 Javier Miranda <miranda@adacore.com>
* einfo.ads (Access_Disp_Table): Fix documentation.
(Dispatch_Table_Wrappers): Fix documentation.
2011-08-01 Pascal Obry <obry@adacore.com>
* prj-env.adb, prj-env.ads: Minor reformatting.
From-SVN: r177053
Diffstat (limited to 'gcc/ada/exp_ch4.adb')
-rw-r--r-- | gcc/ada/exp_ch4.adb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ada/exp_ch4.adb b/gcc/ada/exp_ch4.adb index 34e4924..5615ac9 100644 --- a/gcc/ada/exp_ch4.adb +++ b/gcc/ada/exp_ch4.adb @@ -876,7 +876,6 @@ package body Exp_Ch4 is if Present (TagT) then declare Full_T : constant Entity_Id := Underlying_Type (TagT); - begin Tag_Assign := Make_Assignment_Statement (Loc, |