projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7641c2
)
[Ada] Avoid false positive reported by CodePeer
author
Javier Miranda
<miranda@adacore.com>
Sat, 6 Jun 2020 15:26:18 +0000
(11:26 -0400)
committer
Pierre-Marie de Rodat
<derodat@adacore.com>
Thu, 16 Jul 2020 09:18:00 +0000
(
05:18
-0400)
gcc/ada/
* exp_attr.adb (Expand_Access_To_Protected_Op): Initialize
variable Sub to Empty to avoid false positive reported by
Codepeer.
gcc/ada/exp_attr.adb
patch
|
blob
|
history
diff --git
a/gcc/ada/exp_attr.adb
b/gcc/ada/exp_attr.adb
index 08c711800e918ca804da19b47b5744c36a1d2107..cbc1fdd28d81ead9e6e79c9674889629c29f5a16 100644
(file)
--- a/
gcc/ada/exp_attr.adb
+++ b/
gcc/ada/exp_attr.adb
@@
-969,7
+969,7
@@
package body Exp_Attr is
Loc : constant Source_Ptr := Sloc (N);
Agg : Node_Id;
Btyp : constant Entity_Id := Base_Type (Typ);
- Sub : Entity_Id;
+ Sub : Entity_Id
:= Empty
;
Sub_Ref : Node_Id;
E_T : constant Entity_Id := Equivalent_Type (Btyp);
Acc : constant Entity_Id :=