projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6654786
)
Minor reformatting.
author
Arnaud Charlet
<charlet@gcc.gnu.org>
Thu, 20 Nov 2014 10:47:23 +0000
(11:47 +0100)
committer
Arnaud Charlet
<charlet@gcc.gnu.org>
Thu, 20 Nov 2014 10:47:23 +0000
(11:47 +0100)
From-SVN: r217833
gcc/ada/exp_ch4.adb
patch
|
blob
|
history
diff --git
a/gcc/ada/exp_ch4.adb
b/gcc/ada/exp_ch4.adb
index ca58e47be6eb35a28c44c2977218359f35ef86f8..0cceea14c45f922a0577ea638677debaa8fb386d 100644
(file)
--- a/
gcc/ada/exp_ch4.adb
+++ b/
gcc/ada/exp_ch4.adb
@@
-10623,7
+10623,8
@@
package body Exp_Ch4 is
-- Ada 2005 (AI-251): Handle interface type conversion
if Is_Interface (Actual_Op_Typ)
- or else Is_Interface (Actual_Targ_Typ)
+ or else
+ Is_Interface (Actual_Targ_Typ)
then
Expand_Interface_Conversion (N);
goto Done;