This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
RE: CVS checkout
- From: "Rupert Wood" <me at rupey dot net>
- To: "'Mark Williams \(MWP\)'" <mwp at internode dot on dot net>
- Cc: <gcc-help at gcc dot gnu dot org>,"'Ian Lance Taylor'" <ian at airs dot com>
- Date: Thu, 21 Jul 2005 17:39:22 +0100
- Subject: RE: CVS checkout
Mark Williams wrote:
> > 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...
Hmm, your command works for me, sorry. In the top level directory, you could
try
contrib/gcc_update -rgcc-4_0-branch
and see what happens? Fingers crossed that'll update all your tree to the
4.0 branch.
Rup.