Re: Important libffi bug fix for MIPS N32

2013-10-28 Thread Ludovic Courtès
Nikita Karetnikov nik...@karetnikov.org skribis: This line is: ASSERT (st1.st_ctime st2.st_ctime || (st1.st_ctime == st2.st_ctime get_stat_ctime_ns (st1) get_stat_ctime_ns (st2))); (See

Re: Important libffi bug fix for MIPS N32

2013-10-27 Thread Nikita Karetnikov
This line is: ASSERT (st1.st_ctime st2.st_ctime || (st1.st_ctime == st2.st_ctime get_stat_ctime_ns (st1) get_stat_ctime_ns (st2))); (See http://git.savannah.gnu.org/cgit/gnulib.git/tree/tests/test-chown.h#n191.) Could it have something to do with

Re: Important libffi bug fix for MIPS N32

2013-10-26 Thread Mark H Weaver
Mark H Weaver m...@netris.org writes: Andreas Enge andr...@enge.fr writes: On Wed, Oct 23, 2013 at 01:11:50AM -0400, Mark H Weaver wrote: A failing test in glib alerted me to a bug in libffi on MIPS N32. I've pushed a fix[*] to the 'loongson' branch. Excellent! Did you report it upstream?