This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Automatically update version_string for autovect-branch
- From: Gerald Pfeifer <gerald at pfeifer dot com>
- To: Sebastian Pop <sebastian dot pop at cri dot ensmp dot fr>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 31 Dec 2004 00:14:40 +0100 (CET)
- Subject: Re: Automatically update version_string for autovect-branch
- References: <20041230201156.GA25962@cri.ensmp.fr>
On Thu, 30 Dec 2004, Sebastian Pop wrote:
> The following patches make the version_string of autovect-branch to be
> automatically updated. Are these two patches okay?
>
> * update_version (ADD_BRANCHES): Replace lno-branch with
> autovect-branch.
Yes. Please apply this to mainline and I'll take care of the gcc.gnu.org
side of things.
> in autovect-branch:
>
> * version.c (version_string): Automatically update the name of
> the branch.
> -const char version_string[] = "4.0.0 20041213 (experimental)";
> +const char version_string[] = "4.0.0-autovect 20041230 (autovect-merge-20041213)";
Don't we usually keep the "experimental"? I think that would be nice to
have, perhaps "(experimental, autovect-merge...)"?
Gerald