aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2022-09-20 17:24:19 +0200
committerMartin Liska <mliska@suse.cz>2022-09-20 17:24:19 +0200
commitc9c59aa19c0b7159636763294b7b0c87c696d675 (patch)
treed402ef5a5b905c4033575ae69b6b2b29fa8e977c /gcc/ada
parent9934c1e645a45df66cbd9c428ccdaf75219ea200 (diff)
parentd812e8cb2a920fd75768e16ca8ded59ad93c172f (diff)
downloadgcc-c9c59aa19c0b7159636763294b7b0c87c696d675.zip
gcc-c9c59aa19c0b7159636763294b7b0c87c696d675.tar.gz
gcc-c9c59aa19c0b7159636763294b7b0c87c696d675.tar.bz2
Merge branch 'master' into devel/sphinx
Diffstat (limited to 'gcc/ada')
-rw-r--r--gcc/ada/exp_ch6.adb2
-rw-r--r--gcc/ada/sem_ch6.adb2
-rw-r--r--gcc/ada/sem_disp.ads2
3 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/exp_ch6.adb b/gcc/ada/exp_ch6.adb
index 0873191..ce1a752 100644
--- a/gcc/ada/exp_ch6.adb
+++ b/gcc/ada/exp_ch6.adb
@@ -6582,7 +6582,7 @@ package body Exp_Ch6 is
-- but optimize the case where the result is a function call that
-- also needs finalization. In this case the result can directly be
- -- allocated on the the return stack of the caller and no further
+ -- allocated on the return stack of the caller and no further
-- processing is required.
if Present (Utyp)
diff --git a/gcc/ada/sem_ch6.adb b/gcc/ada/sem_ch6.adb
index 0459058..7db0cb7 100644
--- a/gcc/ada/sem_ch6.adb
+++ b/gcc/ada/sem_ch6.adb
@@ -505,7 +505,7 @@ package body Sem_Ch6 is
-- this because it is not part of the original source.
-- If this is an ignored Ghost entity, analysis of the generated
-- body is needed to hide external references (as is done in
- -- Analyze_Subprogram_Body) after which the the subprogram profile
+ -- Analyze_Subprogram_Body) after which the subprogram profile
-- can be frozen, which is needed to expand calls to such an ignored
-- Ghost subprogram.
diff --git a/gcc/ada/sem_disp.ads b/gcc/ada/sem_disp.ads
index 563b7f3..841fc74 100644
--- a/gcc/ada/sem_disp.ads
+++ b/gcc/ada/sem_disp.ads
@@ -63,7 +63,7 @@ package Sem_Disp is
-- the inherited subprogram will have been hidden by the current one at
-- the point of the type derivation, so it does not appear in the list
-- of primitive operations of the type, and this procedure inserts the
- -- overriding subprogram in the the full type's list of primitives by
+ -- overriding subprogram in the full type's list of primitives by
-- iterating over the list for the parent type. If instead Subp is a new
-- primitive, then it's simply appended to the primitive list.