This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: tree-ssa branch: Fortran libraries don't build


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"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]