This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: CVS checkout
> "Mark Williams \(MWP\)" <mwp@internode.on.net> writes:
>
> > I want to CVS checkout the current 4.0.x development version.
> >
> > I tried "cvs -z9 checkout -P -rgcc-4_0-branch gcc" but this gave me the 4.1
> > devel.
> >
> > Which CVS tag should i be using?
>
> That is the right CVS tag. That should have given you the 4.0 branch
> sources. I don't know why it didn't work. What do you see in
> gcc/version.c?
const char version_string[] = BASEVER DATESTAMP DEVPHASE VERSUFFIX;
Where ive found BASEVER to be "4.1.0".
There has to be somthing ive done wrong...
Thanks.