Id := Scan_ALI
(F => Main_Lib_File,
T => Text,
- Ignore_ED => Force_RM_Elaboration_Order,
+ Ignore_ED => False,
Err => False,
Ignore_Errors => Debug_Flag_I);
end;
Scan_ALI
(F => Std_Lib_File,
T => Text,
- Ignore_ED => Force_RM_Elaboration_Order,
+ Ignore_ED => False,
Err => False,
Ignore_Errors => Debug_Flag_I);
end;
Read_ALI (Index);
end loop;
- -- Warn if -f switch used
-
- if Force_RM_Elaboration_Order then
- Error_Msg
- ("?-f is obsolescent and should not be used");
- Error_Msg
- ("?may result in missing run-time elaboration checks");
- Error_Msg
- ("?use -gnatE, pragma Suppress (Elaboration_Check) instead");
- end if;
-
-- Quit if some file needs compiling
if No_Object_Specified then
Ptr := Ptr + 1;
Exception_Tracebacks := True;
- -- Processing for f switch
-
- when 'f' =>
- Ptr := Ptr + 1;
- Force_RM_Elaboration_Order := True;
-
-- Processing for F switch
when 'F' =>