This is the mail archive of the gcc-patches@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]

[tree-ssa-lno] Modify version.c for the sub-branch


Hi, 

Andreas Jaeger wrote:

"FYI: I did some testing of lno-branch and it seems that
contrib/test_summary is not happy, it prints the wrong
subject... Depending on who long you will work on the branch, I
suggest to fix this correctly (I guess it's just gcc/version.c that
needs editing)"

The following patch updates the identifier string in version.c

	* version.c (version_string): Change the identifier for the 
	sub-branch.

Index: version.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/version.c,v
retrieving revision 1.1630.2.265
diff -d -u -p -r1.1630.2.265 version.c
--- version.c	26 Dec 2003 00:16:10 -0000	1.1630.2.265
+++ version.c	31 Dec 2003 17:21:05 -0000
@@ -5,7 +5,7 @@
    please modify this string to indicate that, e.g. by putting your
    organization's name in parentheses at the end of the string.  */
 
-const char version_string[] = "3.5-tree-ssa 20031226 (merged 20031130)";
+const char version_string[] = "3.5-tree-ssa-lno 20031231 (merged 20031226)";
 
 /* This is the location of the online document giving instructions for
    reporting bugs.  If you distribute a modified version of GCC,


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