https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44058
Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |15.0
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #1 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
Nowadays the test is:
-- No action needed if the run-time has no tasking support
if Global_No_Tasking then
return;
end if;
