This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[wwwdocs] Announce new GOMP branch
- From: Diego Novillo <dnovillo at redhat dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Mon, 13 Jun 2005 18:36:48 -0400
- Subject: [wwwdocs] Announce new GOMP branch
OK to install?
Diego.
Index: cvs.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/cvs.html,v
retrieving revision 1.192
diff -d -u -p -r1.192 cvs.html
--- cvs.html 9 Jun 2005 23:57:10 -0000 1.192
+++ cvs.html 13 Jun 2005 22:31:35 -0000
@@ -189,8 +189,9 @@ generally of the form "gcc-<i>X</i>_<i>Y
contribution and testing rules apply. Patches should be CC'd
to Daniel Berlin for final approval.</dd>
- <dt>gomp-branch</dt>
- <dd>This branch is used by the GOMP project to implement <a
+ <dt>gomp-20050608-branch</dt>
+ <dd>This branch is used by the <a href=projects/gomp/>GOMP
+ project</a> to implement <a
href="http://www.openmp.org/drupal/">OpenMP</a> support in GCC.
Patches and discussions regarding the design and implementation
of GOMP should go to the main GCC development lists. Messages
@@ -424,12 +425,10 @@ be prefixed with the initials of the dis
message</a> for details.</dd>
<dt>gomp-01-branch</dt>
- <dd>This branch was created to allow the
- <a href="http://savannah.nongnu.org/projects/gomp/">GOMP</a>
- project to implement OpenMP
- support in GCC. It has since been found that a new C parser is
- necessary before OpenMP support can be easily implemented. Thus,
- the branch is currently unmaintained.</dd>
+ <dt>gomp-branch</dt>
+ <dd>These two branches were initial attempts to implement
+ OpenMP support in GCC. They were never properly maintained and
+ have now been superceded by <tt>gomp-20050608-branch</tt>.</dd>
<dt><a href="projects/tree-ssa/lno.html">lno-branch</a></dt>
<dd>A sub-branch of tree-ssa that aims at implementing a loop
Index: projects/gomp/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/gomp/index.html,v
retrieving revision 1.2
diff -d -u -p -r1.2 index.html
--- projects/gomp/index.html 7 Feb 2005 22:14:51 -0000 1.2
+++ projects/gomp/index.html 13 Jun 2005 22:31:35 -0000
@@ -50,12 +50,11 @@ efficient and small code for OpenMP appl
<h2>Contributing</h2>
<p>We encourage everyone to
<a href="../../contribute.html">contribute changes</a>
-and help test GOMP. Gomp is currently developed on a separate
-GCC branch (gomp-branch, based on mainline), and will be
-integrated into GCC after its efficacy is proven. We provide read
-access to our development sources for everybody with
+and help test GOMP. GOMP is currently developed on a separate
+GCC branch (<tt>gomp-20050608-branch</tt>, based on mainline),
+and will be integrated into GCC after its efficacy is proven. We
+provide read access to our development sources for everybody with
<a href="../../cvs.html">anonymous CVS</a>.</p>
</body>
-
</html>