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: lno-branch versioning and branches in cvs.html


Hello,

> the versioning information of the the lno-branch seems to be a
> little incorrect. Today's version identifies itself as:
> 
> gcc version 3.5-tree-ssa-lno 20040602 (merged 20040426)
> 
> However, in May the were at least two merges
> 
> http://gcc.gnu.org/ml/gcc-cvs/2004-05/msg00393.html
> http://gcc.gnu.org/ml/gcc-cvs/2004-05/msg00934.html
> 
> by Diego and Sebastian. Shouldn't the "merged" stamp reflect this?

I have fixed this.

> Shouldn't "3.5-tree-ssa-lno" be changed as well? Since the merge
> of tree-ssa, lno is based on mainline, right? The branch itself is
> called "lno-branch", so shouldn't we change the message to 3.5.0-lno?

I am leaving this as it is (I do not know whether there is not some
automatic tester that would rely on this being unchanged, however
unlikely it seems to me); it does not seem somehow terribly important.

> Btw, cvs.html needs updating as well. The tree-ssa branch needs to
> moved to the "Inactive Development Branches" section. And the
> paragraphs for the tree-profiling and the lno branch need updating
> (which is why I don't want to prepare a patch myself).

Here is the patch for parts concerning the lno-branch.

Zdenek

Index: cvs.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/cvs.html,v
retrieving revision 1.140
diff -c -3 -p -r1.140 cvs.html
*** cvs.html	12 May 2004 00:57:07 -0000	1.140
--- cvs.html	7 Jun 2004 20:34:38 -0000
*************** particular releases or snapshots or the 
*** 172,179 ****
    the pre-merge freeze.</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
!   nest optimizer at the tree level.</dd>
  
    <dt><a href="projects/strees/index.html">stree-branch</a></dt>
    <dd>This branch is for improving compilation speed and reducing memory
--- 172,179 ----
    the pre-merge freeze.</dd>
  
    <dt><a href="projects/tree-ssa/lno.html">lno-branch</a></dt>
!   <dd>This branch aims at implementing a loop nest optimizer at the
!   tree level.</dd>
  
    <dt><a href="projects/strees/index.html">stree-branch</a></dt>
    <dd>This branch is for improving compilation speed and reducing memory
Index: projects/tree-ssa/lno.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/tree-ssa/lno.html,v
retrieving revision 1.4
diff -c -3 -p -r1.4 lno.html
*** projects/tree-ssa/lno.html	17 Apr 2004 22:22:18 -0000	1.4
--- projects/tree-ssa/lno.html	7 Jun 2004 20:34:38 -0000
***************
*** 7,14 ****
  <h1>Loop Nest Optimizer</h1>
  
  <p>This project aims at implementing a loop nest optimizer at the tree
! level.  The <code>lno-branch</code> is based on the 
! <a href="./">tree-ssa-20020619-branch</a>.</p>
  
  <h2>Passes in the branch</h2>
  <dl>
--- 7,13 ----
  <h1>Loop Nest Optimizer</h1>
  
  <p>This project aims at implementing a loop nest optimizer at the tree
! level.</p>
  
  <h2>Passes in the branch</h2>
  <dl>


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