diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2015-10-20 11:38:17 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2015-10-20 11:38:17 +0200 |
commit | d9147bb633645dc2e3844eee2d61217de5544a98 (patch) | |
tree | af005fd3b6446253d8365517e767d38086de1d24 /gcc/ada/sem_ch3.adb | |
parent | 16b340c22400c9a1de543b86d00c97d543374e32 (diff) | |
download | gcc-d9147bb633645dc2e3844eee2d61217de5544a98.zip gcc-d9147bb633645dc2e3844eee2d61217de5544a98.tar.gz gcc-d9147bb633645dc2e3844eee2d61217de5544a98.tar.bz2 |
[multiple changes]
2015-10-20 Thomas Quinot <quinot@adacore.com>
* exp_ch5.adb, sem_ch3.adb: Minor reformatting.
2015-10-20 Vincent Celier <celier@adacore.com>
* a-strsup.adb (Super_Trim): Remove statements that put NUL
characters in unused portion of the Data string.
From-SVN: r229025
Diffstat (limited to 'gcc/ada/sem_ch3.adb')
-rw-r--r-- | gcc/ada/sem_ch3.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_ch3.adb b/gcc/ada/sem_ch3.adb index 542ea3f..1dce0fa 100644 --- a/gcc/ada/sem_ch3.adb +++ b/gcc/ada/sem_ch3.adb @@ -17899,7 +17899,7 @@ package body Sem_Ch3 is else Original_Type := Scope (Original_Comp); - Type_Scope := Scope (Base_Type (Scope (C))); + Type_Scope := Scope (Base_Type (Scope (C))); end if; -- This test only concerns tagged types |