Peter Rosin wrote:

> On MSYS/MinGW, stresstest.at now passes when "Run tests with low
> max_cmd_len", that fails on git master. On the other hand, "cwrapper for
> uninstalled executables" fails at cwrapper.at:78 (both with and without
> low max_cmd_len). It's the second time through the loop that fails, when
> restrictive_flags='-std=c89 -Wall -Werror' (an attempt to execute the
> missing usea.exe). The root cause is that when linking, the compile of
> the wrapper fails with various implicitly declared (or undeclared)
> identifiers -> usea.exe goes MIA. But that test behaves the exact same
> way on a pure libtool from git master, so move on, nothing to see
> here...

Odd. I thought one of my recent patches (git diff 0aef3579..6631e515)
fixed those.  Do we need to add more stuff

/* declarations of non-ANSI functions */
#if defined(__MINGW32__)
# ifdef __STRICT_ANSI__
<<<<< HERE? >>>>>>

--
Chuck


Reply via email to