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] Add MAINTAINERS.tree-ssa file [patch]


I'm about to check this.  Send me additions/corrections if I have
missed anything.


Diego.

	* MAINTAINERS.tree-ssa: New file.


Index: MAINTAINERS.tree-ssa
===================================================================
RCS file: MAINTAINERS.tree-ssa
diff -N MAINTAINERS.tree-ssa
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ MAINTAINERS.tree-ssa	26 Apr 2003 00:30:01 -0000
@@ -0,0 +1,48 @@
+Note
+====
+
+This file contains information about people who are permitted to make
+changes to various parts of the compiler and associated libraries in the
+tree-ssa branch.
+
+Notice that 
+
+- Privileges granted for this branch do not automatically translate into
+  privileges for GCC mainline or other branches.  Check the main
+  MAINTAINERS file for that.  
+
+- Privileges granted by the main MAINTAINERS file, are also granted by
+  default in this branch.
+
+Please do not contact the people in this file directly to report
+problems in this branch.
+
+For general information about the branch, please visit:
+
+  http://gcc.gnu.org/projects/tree-ssa/
+
+To report problems in GCC, please visit:
+
+  http://gcc.gnu.org/bugs.html
+
+Maintainers
+===========
+
+			Blanket Write Privs.
+
+Richard Henderson				rth at redhat dot com
+Jeff Law					law at redhat dot com
+Jason Merrill					jason at redhat dot com
+Diego Novillo					dnovillo at redhat dot com
+
+
+			Various Maintainers
+
+PRE, points-to		Daniel Berlin		dberlin at dberlin dot org
+mudflap			Frank Ch. Eigler	fche at redhat dot com
+tree/block iterators	Andrew MacLeod		amacleod at redhat dot com
+DCE, SSA->normal	Andrew MacLeod		amacleod at redhat dot com
+tree browser/unparser	Sebastian Pop		s dot pop at laposte dot net
+
+Note individuals who maintain parts of the compiler need approval to check
+in changes outside of the parts of the compiler they maintain.


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