tree-ssa branch: Fortran libraries don't build
Andrew Pinski
pinskia@physics.uc.edu
Thu May 8 14:03:00 GMT 2003
I do not think this will work since the pervious egrep will get rid of
the branch name before the new one is ran,
The additional egrep will get rid of all the previous (release)
branches.
Thanks,
Andrew Pinski
On Thursday, May 8, 2003, at 09:57 US/Eastern, Diego Novillo wrote:
> On Thu, 2003-05-08 at 09:40, Gerald Pfeifer wrote:
>
>> If you update maintainer-scripts/update_version as others have
>> suggested,
>> I'll happily install the updated version on gcc.gnu.org then.
>>
> Excellent. Thanks. The change would have to be in mainline, I
> suppose. Is this patch OK?
>
>
> Diego.
>
>
> * update_version (BRANCHES): Add tree-ssa branch.
>
> Index: update_version
> ===================================================================
> RCS file: /cvs/gcc/gcc/maintainer-scripts/update_version,v
> retrieving revision 1.11
> diff -d -u -p -r1.11 update_version
> --- update_version 4 May 2003 22:51:26 -0000 1.11
> +++ update_version 8 May 2003 13:56:50 -0000
> @@ -17,6 +17,7 @@ $CVS co gcc/ChangeLog
> BRANCHES=`$CVS status -v gcc/ChangeLog \
> | awk '{print $1;}' \
> | egrep 'gcc-[0-9]+_[0-9]+-branch$' \
> + | egrep 'tree-ssa-[0-9]+-branch$' \
> | egrep -v $IGNORE_BRANCHES`
> # Always update the mainline.
> BRANCHES="${BRANCHES} HEAD"
>
>
>
More information about the Gcc
mailing list