https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116535

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
The forked processes may not write to any "global" data because forking makes
that data not global ... instead any such "global" data has to be computed
before forking.

Reply via email to