summaryrefslogtreecommitdiff
path: root/gcc/ada/exp_ch6.adb
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2015-05-26 10:42:26 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2015-05-26 10:42:26 +0000
commit6287ef5661c9b3edb7873617a8ad899b49aaae8b (patch)
tree1f417d3b2712348bd8f2b06a57f72d67dd16d7d5 /gcc/ada/exp_ch6.adb
parent895fed95cf96735635de543fc9816c4658b085f7 (diff)
downloadgcc-6287ef5661c9b3edb7873617a8ad899b49aaae8b.tar.gz
2015-05-26 Robert Dewar <dewar@adacore.com>
* sem_ch3.adb, sem_aux.adb, sem_aux.ads, exp_ch6.adb, sprint.adb: Minor reformatting. 2015-05-26 Gary Dismukes <dismukes@adacore.com> * gnat1drv.adb, targparm.adb, targparm.ads, restrict.adb: Minor reformatting and typo fixes in comments. 2015-05-26 Ed Schonberg <schonberg@adacore.com> * sem_ch7.adb (Swap_Private_Dependets): Set visibility of the two views of a private dependent in two separate steps, to ensure proper visibility in parent units analyzed for inlining. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@223682 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/exp_ch6.adb')
-rw-r--r--gcc/ada/exp_ch6.adb4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ada/exp_ch6.adb b/gcc/ada/exp_ch6.adb
index 8172e1a2240..3645c76272b 100644
--- a/gcc/ada/exp_ch6.adb
+++ b/gcc/ada/exp_ch6.adb
@@ -8856,7 +8856,9 @@ package body Exp_Ch6 is
Pass_Caller_Acc : Boolean := False;
Res_Decl : Node_Id;
Result_Subt : Entity_Id;
- Definite : Boolean; -- True for definite function result subtype
+
+ Definite : Boolean;
+ -- True for definite function result subtype
begin
-- Step past qualification or unchecked conversion (the latter can occur