This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: Run V3 tests on installed compiler
On Wed, Mar 23, 2005 at 12:28:44PM -0800, Mark Mitchell wrote:
> See follow-up comments; does the:
>
> normal.exp="`cat testsuite_files`"
>
> thing meet your needs?
It should. But I do so little v3 hacking these days that Benjamin or
Paolo may know of issues of which I'm unaware.
> Is this patch OK, assuming testing succeeds?
I'm okay with it, it certainly looks straightforward.
thanks,
Phil
--
AI.cpp:33241: warning: You wrote "neurons.merge(solution1, solution2)",
AI.cpp:33241: you probably MEANT "neurons->merge(solution1, solution2)",
AI.cpp:33241: but there is a MUCH better way to implement this whole
AI.cpp:33241: function; doing that instead.