diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-03-07 14:53:39 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-03-07 14:53:39 +0000 |
commit | 736925387f41359c260af6de601b6bfd5118c083 (patch) | |
tree | 800812e8ad55fa893c772c327112a7dd5d669ba7 /gcc/ada/exp_ch6.adb | |
parent | 3ae6bcd54d8f650874b3309d0f04dcf20632b612 (diff) | |
download | gcc-736925387f41359c260af6de601b6bfd5118c083.tar.gz |
2012-03-07 Robert Dewar <dewar@adacore.com>
* sem_ch5.adb, s-vaflop.adb, s-taprop-vms.adb, exp_ch6.adb,
s-gearop.adb, sem_ch6.adb, s-bbthre.adb, g-trasym.adb: Minor
reformatting.
2012-03-07 Javier Miranda <miranda@adacore.com>
* a-ngrear.ads: Add documentation.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185053 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/exp_ch6.adb')
-rw-r--r-- | gcc/ada/exp_ch6.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/exp_ch6.adb b/gcc/ada/exp_ch6.adb index 1299b15b0d2..2b86d14b005 100644 --- a/gcc/ada/exp_ch6.adb +++ b/gcc/ada/exp_ch6.adb @@ -4251,8 +4251,8 @@ package body Exp_Ch6 is return; -- Skip inlining if the function returns an unconstrained type using - -- an extended return statement since this part of the new model of - -- inlining which is not yet supported by the current implementation. + -- an extended return statement since this part of the new inlining + -- model which is not yet supported by the current implementation. ??? elsif Is_Unc and then |