This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Snapshots of gcc-3.2.1 also available?
- From: Joe Buck <Joe dot Buck at synopsys dot com>
- To: benjaminkuester at gmx dot de
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 30 Sep 2002 16:02:51 -0700 (PDT)
- Subject: Re: Snapshots of gcc-3.2.1 also available?
> I noticed the tarballs in the ftp://gcc.gnu.org/pub/gcc/snapshots/ directory
> are snapshots of the 3.3-tree.
>
> But I'm looking for a snapshot of the upcoming gcc-3.2.1, as it is a big
> difference wheter to use a snapshot of a bugfix-release or an all-new version
> ;-)
Are you prevented from using CVS by a firewall? If not, you can get the
current state of the 3.2-branch (what will become gcc-3.2.1) by anonymous
CVS. Follow the instructions on
http://gcc.gnu.org/cvs.html
except that where it says
cvs -z 9 co gcc
do
cvs -z 9 co -rgcc-3_2-branch gcc
instead.