> "Mark Williams \(MWP\)" <mwp@xxxxxxxxxxxxxxxx> 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.