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

--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Note GCC will use posix_spawn if it is supported since GCC 14
(r14-5310-g879cf9ff45d940). THis is better than both fork/vfork followed by
exec anyways.

Reply via email to