Re: [QUAR] Re: cpp /usr/include/threads.h fails; modfl segfaults

2020-08-30 Thread Eliot Moss
On 8/30/2020 12:11 PM, Ken Brown wrote: On 8/29/2020 5:41 PM, Eliot Moss wrote: It seems the math functions in winsup were not built quite right ... That's a pretty broad generalization to make based on one reported bug (which Corinna fixed within 24 hours of the report). I certainly did no

Re: [QUAR] Re: cpp /usr/include/threads.h fails; modfl segfaults

2020-08-30 Thread Ken Brown via Cygwin
On 8/29/2020 5:41 PM, Eliot Moss wrote: It seems the math functions in winsup were not built quite right ... That's a pretty broad generalization to make based on one reported bug (which Corinna fixed within 24 hours of the report). Ken -- Problem reports: https://cygwin.com/problems.ht

Re: [QUAR] Re: cpp /usr/include/threads.h fails; modfl segfaults

2020-08-29 Thread Eliot Moss
On 8/29/2020 1:57 PM, Ken Brown via Cygwin wrote: >> #include >> #include >> #include >> >> int main(int argc, char *argv[]) { >>long double a, b, c; >>char *num_end = NULL; >>a = b = c = 0.0L; >>if (argc != 2) { >> fprintf(stderr, "Usage: %s NUMBER\n", argv[0]); >> e