gcc/ada/
* sem_ch6.adb (Analyze_Call_And_Resolve): Reformatted a comment.
* sem_prag.adb (Process_Restrictions_Or_Restriction_Warnings):
Fixed a typo.
else
Error_Msg_N ("invalid procedure or entry call", N);
- -- Specialize the error message in the case where both a
- -- primitive operation and a record component are visible
- -- at the same time.
+ -- Specialize the error message in the case where both a primitive
+ -- operation and a record component are visible at the same time.
if Nkind (P) = N_Selected_Component
and then Is_Entity_Name (Selector_Name (P))
end if;
-- Special processing for No_Tasking restriction (not just a
- -- warning) when it appears as a configuration pragmas.
+ -- warning) when it appears as a configuration pragma.
elsif R_Id = No_Tasking
and then No (Cunit (Main_Unit))