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: Potentially merging the transactional-memory branch into mainline.



Index: gcc/c-opts.c
===================================================================
--- gcc/c-opts.c	(.../trunk)	(revision 0)
+++ gcc/c-opts.c	(.../branches/transactional-memory)	(revision 180773)
@@ -0,0 +1,1773 @@
+/* C/ObjC/C++ command line option handling.
+   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
+   Free Software Foundation, Inc.
+   Contributed by Neil Booth.

re-generates gcc/c-opts.c which was moved to gcc/c-family.  I suppose
sth was screwed up during some trunk->branch merge.  Please review
the patches yourself and look for these issues and fix them.

Again, can you please hit reload on your browser?


This was fixed yesterday after the latest merge. Or you can just diff the branch yourself and see what's in the branch:

svn diff --old=svn://gcc.gnu.org/svn/gcc/trunk/@180744 --new=svn://gcc.gnu.org/svn/gcc/branches/transactional-memory


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