On Fri, 25 Mar 2016, Francois Gouget wrote:
On Fri, 25 Mar 2016, Bernhard Übelacker wrote: [...]
one point that could be related is the usage of function local static variables. When all of these got the "static" removed, I do not get the failures anymore. However I could not prove this with testbot as an empty patch did also succeed.
I have not found static directives that I could remove to fix the dinput8 failures. Which test did it make a difference for? Could you send a diff?
All I could find to fix this is to add 'CFLAGS = -d -O0' in the test's Makefile.in but that does seem like a nice workaround :-(