[PATCH, fortran] PR 53379 Backtrace on error termination

FX fxcoudert@gmail.com
Tue Sep 8 13:53:00 GMT 2015


> #define _FCLOEXEC       0x0000001000000000L
> #define O_CLOEXEC       _FCLOEXEC       /* sets FD_CLOEXEC on open      */

That’s weird, and definitely an AIX bug: http://pubs.opengroup.org/onlinepubs/9699919799/functions/open.html
How does that even work? open() takes int as second arg.

FX


More information about the Gcc-patches mailing list