> 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. That did it. Thanks.