diff options
| author | Robert Dewar <dewar@adacore.com> | 2014-07-29 13:41:27 +0000 |
|---|---|---|
| committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2014-07-29 15:41:27 +0200 |
| commit | b94b6c565ed2f5dd6a658c31e81529703166fc07 (patch) | |
| tree | 2d0ceca8aebadb1de09e2050c12f4c467ddf026e /gcc/ada/debug.adb | |
| parent | ecad37f3e1fb99c151a8846e3c8a06fe3bf68b0b (diff) | |
| download | gcc-b94b6c565ed2f5dd6a658c31e81529703166fc07.zip gcc-b94b6c565ed2f5dd6a658c31e81529703166fc07.tar.gz gcc-b94b6c565ed2f5dd6a658c31e81529703166fc07.tar.bz2 | |
sem_ch10.adb, [...]: Minor reformatting.
2014-07-29 Robert Dewar <dewar@adacore.com>
* sem_ch10.adb, debug.adb, sem_prag.adb, sem_res.adb, sem_ch6.adb:
Minor reformatting.
From-SVN: r213183
Diffstat (limited to 'gcc/ada/debug.adb')
| -rw-r--r-- | gcc/ada/debug.adb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ada/debug.adb b/gcc/ada/debug.adb index 97277d6..d375205 100644 --- a/gcc/ada/debug.adb +++ b/gcc/ada/debug.adb @@ -541,8 +541,9 @@ package body Debug is -- to the backend. This is useful to locate skipped calls that must be -- inlined by the frontend. - -- d.k Enable new semantics of frontend inlining. This is useful to test - -- this new feature in all the platforms. + -- d.k Enable new semantics of frontend inlining. This is useful to test + -- this new feature in all the platforms. What *is* this new semantics + -- which doesn't seem to be documented anywhere??? -- d.l Use Ada 95 semantics for limited function returns. This may be -- used to work around the incompatibility introduced by AI-318-2. |
