Timo Sirainen: > I'm still interested in HP-UX, AIX and Cygwin results. Maybe in Cygwin > it could be broken, but then again I don't really care about Cygwin.
On Cygwin 1.7 (the version currently under development) it works: $ uname -a CYGWIN_NT-5.1 sauron 1.7.0(0.214/5/3) 2009-10-03 14:33 i686 Cygwin m...@sauron ~ $ gcc --version gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) [...] m...@sauron ~ $ gcc test.c -o test -Wall m...@sauron ~ $ ./test.exe success -- Regards mks