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:
3e3bc13
)
Minor reformatting.
author
Arnaud Charlet
<charlet@gcc.gnu.org>
Tue, 25 Apr 2017 12:33:34 +0000
(14:33 +0200)
committer
Arnaud Charlet
<charlet@gcc.gnu.org>
Tue, 25 Apr 2017 12:33:34 +0000
(14:33 +0200)
From-SVN: r247210
gcc/ada/sem_disp.adb
patch
|
blob
|
history
diff --git
a/gcc/ada/sem_disp.adb
b/gcc/ada/sem_disp.adb
index
b0a8c6a
..
0dff74f
100644
(file)
--- a/
gcc/ada/sem_disp.adb
+++ b/
gcc/ada/sem_disp.adb
@@
-561,7
+561,7
@@
package body Sem_Disp is
and then not Is_Abstract_Subprogram (Alias (Subp))
and then No (DTC_Entity (Subp))
and then Find_Dispatching_Type (Subp) =
- Find_Dispatching_Type (Alias (Subp))
+
Find_Dispatching_Type (Alias (Subp))
then
-- Private overriding of inherited abstract operation, call is
-- legal.