Failure running make check under wine for mingw cross-compile
bodrato at mail.dm.unipi.it
bodrato at mail.dm.unipi.it
Tue Mar 12 08:28:12 CET 2013
Ciao,
Il Lun, 11 Marzo 2013 10:48 pm, Torbjorn Granlund ha scritto:
> This is a function within ISO C, which I would hope even M$ takes
> seriously.
Maybe...
Both on hydra and in our nightly tests there are some cygwin
configurations that does not fail on t-scanf... Torbjörn, you must be
right.
The code that needs to be debugged is:
#include <stdio.h>
int main (int argc, char **argv)
{
char b[10];
if (sscanf (" ", "%s", b) != EOF)
{ printf ("FAIL\n"); return (-1); }
return (0);
}
Andy, you should ask to mingw developers.
Regards,
m
--
http://bodrato.it/software/strassen.html
More information about the gmp-bugs
mailing list