2016-07-07 Eric Botcazou <ebotcazou@adacore.com>
* freeze.adb: Reenable code.
From-SVN: r238109
+2016-07-07 Eric Botcazou <ebotcazou@adacore.com>
+
+ * freeze.adb: Reenable code.
+
2016-07-07 Yannick Moy <moy@adacore.com>
* sem_ch6.adb (Process_Formals): Set ghost flag
-- This processing doesn't apply to internal entities (see below)
- -- Disable this mechanism for now, to fix regressions in ASIS and
- -- various ACATS tests. Implementation of AI05-019 remains
- -- unsolved ???
-
- if not Is_Internal (E)
- and then (Do_Freeze_Profile or else True)
- then
+ if not Is_Internal (E) and then Do_Freeze_Profile then
if not Freeze_Profile (E) then
Ghost_Mode := Save_Ghost_Mode;
return Result;