projects
/
platform
/
upstream
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
034c311
)
[Ada] Fix a comment
author
Bob Duff
<duff@adacore.com>
Thu, 21 Oct 2021 13:54:13 +0000
(09:54 -0400)
committer
Pierre-Marie de Rodat
<derodat@adacore.com>
Mon, 25 Oct 2021 15:07:21 +0000
(15:07 +0000)
gcc/ada/
* inline.adb (Establish_Actual_Mapping_For_Inlined_Call): Fix
comment.
gcc/ada/inline.adb
patch
|
blob
|
history
diff --git
a/gcc/ada/inline.adb
b/gcc/ada/inline.adb
index
16a9894
..
08c454d
100644
(file)
--- a/
gcc/ada/inline.adb
+++ b/
gcc/ada/inline.adb
@@
-2894,7
+2894,7
@@
package body Inline is
if Present (Renamed_Object (F)) then
-- If expander is active, it is an error to try to inline a
- -- recursive program. In GNATprove mode, just indicate that the
+ -- recursive
sub
program. In GNATprove mode, just indicate that the
-- inlining will not happen, and mark the subprogram as not always
-- inlined.