projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bfb35f
)
Minor reformatting.
author
Arnaud Charlet
<charlet@gcc.gnu.org>
Thu, 16 Jun 2016 10:29:15 +0000
(12:29 +0200)
committer
Arnaud Charlet
<charlet@gcc.gnu.org>
Thu, 16 Jun 2016 10:29:15 +0000
(12:29 +0200)
From-SVN: r237518
gcc/ada/exp_ch3.adb
patch
|
blob
|
history
diff --git
a/gcc/ada/exp_ch3.adb
b/gcc/ada/exp_ch3.adb
index 43d27ba613ac6f7fb94bdb034adf68b9177e2ace..d3b21a8b72d9d50983c6a9a455af080bf29c68e3 100644
(file)
--- a/
gcc/ada/exp_ch3.adb
+++ b/
gcc/ada/exp_ch3.adb
@@
-6960,8
+6960,7
@@
package body Exp_Ch3 is
if Comes_From_Source (Def_Id)
and then (Has_Default_Init_Cond (Typ)
- or else
- Has_Inherited_Default_Init_Cond (Typ))
+ or else Has_Inherited_Default_Init_Cond (Typ))
and then not Has_Init_Expression (N)
and then Present (Default_Init_Cond_Procedure (Typ))
then