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]

wwwdocs PATCH: GCC 3.0 and pooma


I just installed the following patch by Jeffrey:

  2001-05-01  Jeffrey D. Oldham  <oldham@codesourcery.com>

        * criteria.html (Platform Support): Change from Pooma 2.2.0 to
        2.3.0.  Add link to a Pooma test page.
        * pooma-guide.html: New file explaining how to test Pooma code.

  Tested using    Netscape 4.76
  Approved by     Gerald Pfeifer (pfeifer@dbai.tuwien.ac.at)

Thanks,
Gerald

Index: criteria.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.0/criteria.html,v
retrieving revision 1.20
diff -c -p -r1.20 criteria.html
*** criteria.html	2001/01/17 20:27:43	1.20
--- criteria.html	2001/05/01 01:31:13
*************** different programming languages.</p>
*** 219,226 ****
  <tr><td><a href="http://www.acl.lanl.gov/pooma/";>POOMA</a>
      <td>C++
      <td>2.2.0
!     <td><a href="http://www.acl.lanl.gov/distributions/pooma-2.2.0.tgz";>
!         pooma-2.2.0.tgz</a>
  <tr><td><a href="http://www.netlib.org/lapack/index.html";>LAPACK</a>
      <td>Fortran
      <td>3.0
--- 219,226 ----
  <tr><td><a href="http://www.acl.lanl.gov/pooma/";>POOMA</a>
      <td>C++
      <td>2.2.0
!     <td><a href="http://www.acl.lanl.gov/distributions/pooma-2.3.0.tgz";>
!         pooma-2.3.0.tgz</a>
  <tr><td><a href="http://www.netlib.org/lapack/index.html";>LAPACK</a>
      <td>Fortran
      <td>3.0
*************** ability of G++ to deal with templates, a
*** 249,255 ****
  been buggy.  In addition, templates have historically taken
  inordinately much time and memory at compile-time.  With the
  widespread prevalence of templates in C++ programs, including the
! standard library, testing this area heavily is vitally important.</p>

  <p>LAPACK is a well known linear algebra package that contains
  code typical for large scale Fortran programs.
--- 249,258 ----
  been buggy.  In addition, templates have historically taken
  inordinately much time and memory at compile-time.  With the
  widespread prevalence of templates in C++ programs, including the
! standard library, testing this area heavily is vitally important.  For
! instructions on how to set up and build POOMA and check the outcome
! of its testing programs see <a href="pooma-guide.html"> this
! guide</a>.</p>

  <p>LAPACK is a well known linear algebra package that contains
  code typical for large scale Fortran programs.


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