| Submitter | Arnaud Charlet |
|---|---|
| Date | Nov. 7, 2011, 4:22 p.m. |
| Message ID | <20111107162246.GA7683@adacore.com> |
| Download | mbox | patch |
| Permalink | /patch/124126/ |
| State | New |
| Headers | show |
Comments
Patch
Index: sem_util.adb =================================================================== --- sem_util.adb (revision 181090) +++ sem_util.adb (working copy) @@ -12835,6 +12835,11 @@ U := Corresponding_Spec (P); end if; + when Formal_Kind => + if Present (Spec_Entity (E)) then + U := Spec_Entity (E); + end if; + when others => null; end case;