diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-01-20 13:57:30 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-01-20 13:57:30 +0000 |
commit | ac9184ed8b637c3ca4449d21c2772938b207786f (patch) | |
tree | eb52567ceca7bf15890ad0b3a2ca1bf0fd487b88 /gcc/ada/sem_aux.adb | |
parent | 4fd226481b910cd18e1c831c275d58db8255f04f (diff) | |
download | gcc-ac9184ed8b637c3ca4449d21c2772938b207786f.tar.gz |
2014-01-20 Robert Dewar <dewar@adacore.com>
* sem_aggr.adb, exp_prag.adb, sem_aux.adb, sinfo.ads, sem_ch10.adb,
checks.adb, sem_prag.adb, sem_ch12.adb, freeze.adb, g-arrspl.adb,
expander.adb, gnat1drv.adb, exp_ch4.adb, sem_ch6.adb,
sem_ch8.adb, exp_dist.adb: Minor reformatting.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@206813 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/sem_aux.adb')
-rw-r--r-- | gcc/ada/sem_aux.adb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ada/sem_aux.adb b/gcc/ada/sem_aux.adb index 12c20ac6126..d95af4f82bb 100644 --- a/gcc/ada/sem_aux.adb +++ b/gcc/ada/sem_aux.adb @@ -103,6 +103,8 @@ package body Sem_Aux is then return Class_Wide_Type (Non_Limited_View (Etype (Ent))); + -- In all other cases, return entity unchanged + else return Ent; end if; |