| Submitter | Arnaud Charlet |
|---|---|
| Date | Aug. 31, 2011, 9:34 a.m. |
| Message ID | <20110831093404.GA19957@adacore.com> |
| Download | mbox | patch |
| Permalink | /patch/112485/ |
| State | New |
| Headers | show |
Comments
Patch
Index: exp_ch4.adb =================================================================== --- exp_ch4.adb (revision 178368) +++ exp_ch4.adb (working copy) @@ -7920,6 +7920,7 @@ -- Insert explicit dereference if required if Is_Access_Type (Ptyp) then + Set_Etype (P, Ptyp); -- in case it's private Insert_Explicit_Dereference (P); Analyze_And_Resolve (P, Designated_Type (Ptyp));