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:
8a13a00
)
[Ada] Fix comment related to analysis of expression functions
author
Piotr Trojanek
<trojanek@adacore.com>
Fri, 28 May 2021 12:56:32 +0000
(14:56 +0200)
committer
Pierre-Marie de Rodat
<derodat@adacore.com>
Fri, 9 Jul 2021 12:35:25 +0000
(12:35 +0000)
gcc/ada/
* sem_ch6.adb (Analyze_Expression_Function): Fix comment.
gcc/ada/sem_ch6.adb
patch
|
blob
|
history
diff --git
a/gcc/ada/sem_ch6.adb
b/gcc/ada/sem_ch6.adb
index
ed76808
..
a0680b7
100644
(file)
--- a/
gcc/ada/sem_ch6.adb
+++ b/
gcc/ada/sem_ch6.adb
@@
-536,7
+536,7
@@
package body Sem_Ch6 is
Typ : constant Entity_Id := Etype (Def_Id);
begin
- -- If this is a wrapper created
for
in an instance for a formal
+ -- If this is a wrapper created in an instance for a formal
-- subprogram, insert body after declaration, to be analyzed when
-- the enclosing instance is analyzed.