diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-09-01 15:22:54 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-09-01 15:22:54 +0200 |
commit | 8256c1bfeb880b42c2ce9744fa1905b4d225d792 (patch) | |
tree | 24c3025319eddf5e9e3deb5b9b0b9724561b5fbd /gcc/ada/inline.adb | |
parent | d1c5f4243e66f7d2c70dcebf88a4d91f2e019bcc (diff) | |
download | gcc-8256c1bfeb880b42c2ce9744fa1905b4d225d792.zip gcc-8256c1bfeb880b42c2ce9744fa1905b4d225d792.tar.gz gcc-8256c1bfeb880b42c2ce9744fa1905b4d225d792.tar.bz2 |
[multiple changes]
2011-09-01 Robert Dewar <dewar@adacore.com>
* inline.adb, sem_aggr.adb: Minor reformatting.
2011-09-01 Ed Schonberg <schonberg@adacore.com>
* a-convec.adb: Proper handling of cursors for Ada2012 iterators.
From-SVN: r178413
Diffstat (limited to 'gcc/ada/inline.adb')
-rw-r--r-- | gcc/ada/inline.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/inline.adb b/gcc/ada/inline.adb index 98bbbf0..609c803 100644 --- a/gcc/ada/inline.adb +++ b/gcc/ada/inline.adb @@ -341,7 +341,7 @@ package body Inline is if Is_Generic_Instance (Pack) then null; - -- Do not inline the package if the subprogram is an init. proc + -- Do not inline the package if the subprogram is an init proc -- or other internally generated subprogram, because in that -- case the subprogram body appears in the same unit that -- declares the type, and that body is visible to the back end. |