This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Rev 146953 seems not to work proper for mingw targets
On Thu, 14 May 2009 18:19:49 +0200
Kai Tietz <ktietz70@googlemail.com> wrote:
> > Can you try the attached patch (sorry, against an earlier version of
> > the patch in our tree, but the required changes are obvious) to see
> > if it works to fix your problem? It still seems to fix our original
> > issue, FWIW.
> >
> > ChangeLog
> >
> > Â Âlibiberty/
> > Â Â* pex-win32.c (pex_win32_exec_child): Fix logic to avoid closing
> > Â Âstandard handles (stdin, stdout, stderr) in parent.
> >
>
> Yes, it works again.
Cool. In that case, OK to apply (to gcc/sourceware)?
Thanks,
Julian