diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-07-29 13:41:27 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-07-29 13:41:27 +0000 |
commit | e8f5b3d93eaf6e7a1fb2d3eab5ca311017665b84 (patch) | |
tree | 2d0ceca8aebadb1de09e2050c12f4c467ddf026e /gcc/ada/debug.adb | |
parent | 711f56709d7649cf86bfc0d51be88ff1fbc5bdcd (diff) | |
download | gcc-e8f5b3d93eaf6e7a1fb2d3eab5ca311017665b84.tar.gz |
2014-07-29 Robert Dewar <dewar@adacore.com>
* sem_ch10.adb, debug.adb, sem_prag.adb, sem_res.adb, sem_ch6.adb:
Minor reformatting.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@213183 138bc75d-0d04-0410-961f-82ee72b054a4
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 97277d61de4..d375205e73b 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. |