Re: [PATCH] stdnoreturn: new module

2012-02-27 Thread Bruno Haible
Hi Paul, > This implements a replacement for C11's . On MSVC 9, I now get a compilation error: /home/bruno/msvc/compile cl -nologo -DHAVE_CONFIG_H -I. -I.. -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -D_WIN32_WINNT=_WIN32_WINNT_WINXP -MD -c -o te

[PATCH] docs: update cygwin progress

2012-02-27 Thread Eric Blake
Now that cygwin 1.7.11 is released, it's time to update some docs. Not listed: cygwin 1.7.10 added __fpurge, 1.7.11 added scandirat. Maybe it's worth creating pages under glibc-functions for those. * doc/posix-functions/llround.texi (llround): Added in cygwin 1.7.8. * doc/posix-functions/llroundf

remainder math error reporting

2012-02-27 Thread Bruno Haible
Similarly, the modules remainder remainderf remainderl don't pass the test suite with IEEE compliance on OSF/1 5.1: test-remainder-ieee.h:30: assertion failed FAIL: test-remainder-ieee test-remainder-ieee.h:30: assertion failed FAIL: test-remainderf-ieee test-remainder-ieee.h:30: assertion f

Re: [PATCH][TRY2] fix false multi-byte matches in some regular expressions

2012-02-27 Thread Stanislav Brabec
Paul Eggert wrote: > Stanislav, if you find a short and reproducible > test case, please cc: it to bug-gnulib so that I can > add it to the gnulib test cases too. Comparing sed and C structures, I found additional condition to reproduce this bug: To reproduce this problem in a pure C language wit

Re: Fwd: AIX failed two tests

2012-02-27 Thread Eric Blake
[adding bug-gnulib] On 02/26/2012 11:54 AM, Michael Felt wrote: > AIX 5.3 TL 07, vacpp v7 compiler > > CFLAGS= > CC= > > ./configure --prefix=/opt --mandir=/usr/share/man > > > FAIL: test-link (exit: 134) > === > > test-link.h:139: assertion failed > > > FAIL: test

fmod* math error reporting

2012-02-27 Thread Bruno Haible
The fmod* functions also have portability problems regarding proper IEEE behaviour: * fmod OSF/1 5.1: test-fmod-ieee.h:30: assertion failed mingw: test-fmod-ieee.h:48: assertion failed MSVC 9:test-fmod-ieee.h:48: assertion failed * fmodf OSF/1 5.1: test-fmod-ieee.h:30: assertion failed MS