[bug #46261] missing usage of EINTRLOOP macro

2015-10-23 Thread Jack Howarth
Follow-up Comment #10, bug #46261 (project make): I notice that gettext-0.19.5.1/gettext-runtime/intl/loadmsgcat.c has... __builtin_expect (fstat (fd, &st) != 0, 0) which doesn't seem to provide any EINTR checking. ___ Reply to this item

[bug #46261] missing usage of EINTRLOOP macro

2015-10-23 Thread Jack Howarth
Follow-up Comment #9, bug #46261 (project make): I finally puzzled out that this regression in the builds of gcc 5.2.0 and openmpi can be suppressed by rebuilding make 4.1 with --disable-nls. This actually makes sense as there seems to be be incomplete usage of the nonintr_read and nonintr_write c