http://bugzilla.suse.com/show_bug.cgi?id=1111657 http://bugzilla.suse.com/show_bug.cgi?id=1111657#c8 Richard Biener <rguenther@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |schwab@suse.com Flags|needinfo?(rguenther@suse.co |needinfo?(schwab@suse.com) |m) | --- Comment #8 from Richard Biener <rguenther@suse.com> --- Sorry, I do not have an account on the upstream cffi page and do not want to create one just to answer. The result is that on tumbleweed the test program behaves as expected:
gcc t.c -lffi -lm -m32 -O2 ./a.out expected = 0.334238 ffiresult = 0.334238
this means this is either a cffi issue or a glibc one. From the build log it appears that the ffi call results in NaN instead of the expected number. Andreas - can you check the ffi test program with the updated glibc on i586? -- You are receiving this mail because: You are on the CC list for the bug.