This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [www-patch] Fix stale pooma testing instructions


On Thu, 4 Nov 2004, Richard Guenther wrote:
Hm, I got the old revision via cvsweb as I could not check out the htdocs from CVS. I'll attach the new version as a drop-in.

I applied this patch and also committed the followup patch below to address some markup errors.

Thanks for updating these outdated instructions!

Gerald

Index: testing-pooma.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/testing/testing-pooma.html,v
retrieving revision 1.5
diff -u -3 -p -r1.5 testing-pooma.html
--- testing-pooma.html	4 Nov 2004 21:46:57 -0000	1.5
+++ testing-pooma.html	4 Nov 2004 21:48:07 -0000
@@ -37,15 +37,18 @@ run the testsuite and build example and
     </ul>
     Substitute <code>g++-3.4</code> with the compiler to use.  Adjust
     CFLAGS in the <code>config/arch/LINUXgcc.conf</code> file.
+</li>
 <li>Build the library:
     <ul>
     <li><code>make</code></li>
     </ul>
+</li>
 <li>Run the testsuite and compare with baseline:
     <ul>
     <li><code>make -k check 2>&1 | tee testresults-GCC</code></li>
     <li><code>diff -u testresults testresults-GCC | grep '^[+-]PASSED\|FAILED'</code></li>
     </ul>
+</li>
 <li>Build examples and benchmarks:
     <ul>
     <li><code>make examples</code></li>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]