This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: what is the branch to that has g77 ?
- From: Paul Brook <paul at codesourcery dot com>
- To: fortran at gcc dot gnu dot org
- Cc: Bud Davis <bdavis9659 at comcast dot net>
- Date: Sun, 30 May 2004 17:12:23 +0100
- Subject: Re: what is the branch to that has g77 ?
- Organization: CodeSourcery
- References: <1085933138.31073.15.camel@localhost.localdomain>
On Sunday 30 May 2004 17:05, Bud Davis wrote:
> i would like to retrieve the baseline which will become 3.4.1 :
>
> is it gcc_3_4_0_release or gcc-3_4-branch or ??
gcc-3_4-branch is the tip of the 3.4 series branch, and probably the one you
want. This is also where any changes to 3.4 should be applied.
gcc_3_4_0_release is the tag that marks the 3.4.0 release. It should be
identical to the tarballs on the ftp site.
gcc-3_4-branchpoint is the point where the 3.4 branch was first created.
Paul