Jakub Jelinek wrote on 30.01.2008 14:59:34:
> On Wed, Jan 30, 2008 at 02:29:15PM +0100, Richard Guenther wrote:
> > c) Supressing this builtin on mingw64
> >
> > ... should be the correct thing.
>
> You could just call disable_builtin_function ("execl") and similarly
> for other exec* family fun
On Wed, Jan 30, 2008 at 02:29:15PM +0100, Richard Guenther wrote:
> c) Supressing this builtin on mingw64
>
> ... should be the correct thing.
You could just call disable_builtin_function ("execl") and similarly
for other exec* family functions from i386/mingw-c.c
Jakub
On Jan 30, 2008 2:20 PM, Kai Tietz <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I noticed, that the builtin functions for mingw (at least for 64-bit
> Windows) are not correct in return type. See msdn
> http://msdn2.microsoft.com/en-us/library/xwy0k9bb.aspx.
> The return type for those targets (i?86-pc-min