aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/a-ngrear.ads
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2012-03-07 15:53:39 +0100
committerArnaud Charlet <charlet@gcc.gnu.org>2012-03-07 15:53:39 +0100
commit844ec03891e1e5d99d7a8da2860a3ebfbfad62c8 (patch)
tree800812e8ad55fa893c772c327112a7dd5d669ba7 /gcc/ada/a-ngrear.ads
parent207aaeda9d3f95a88122b3c4264cd93ca7f9f63a (diff)
downloadgcc-844ec03891e1e5d99d7a8da2860a3ebfbfad62c8.zip
gcc-844ec03891e1e5d99d7a8da2860a3ebfbfad62c8.tar.gz
gcc-844ec03891e1e5d99d7a8da2860a3ebfbfad62c8.tar.bz2
[multiple changes]
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. From-SVN: r185053
Diffstat (limited to 'gcc/ada/a-ngrear.ads')
-rw-r--r--gcc/ada/a-ngrear.ads6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/a-ngrear.ads b/gcc/ada/a-ngrear.ads
index f849996..2f38b90 100644
--- a/gcc/ada/a-ngrear.ads
+++ b/gcc/ada/a-ngrear.ads
@@ -122,11 +122,11 @@ private
-- The following operations are either relatively simple compared to the
-- expense of returning unconstrained arrays, or are just function wrappers
-- calling procedures implementing the actual operation. By having the
- -- front end always inline these, the expense of the unconstrained returns
+ -- front end inline these, the expense of the unconstrained returns
-- can be avoided.
- -- Confusing comment above, why does the front end always inline
- -- these functions ???
+ -- Note: We use an extended return statement in their implementation to
+ -- allow the frontend to inline these functions.
pragma Inline ("+");
pragma Inline ("-");