From a62d86ae7e685296bbac99149180e2a333e7f2c5 Mon Sep 17 00:00:00 2001
From: rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Mon, 4 Dec 2006 22:29:46 +0000
Subject: [PATCH] 2006-12-04  Richard Guenther  <rguenther@suse.de>

	* MAINTAINERS (Non-Algorithmic Maintainers): New section.
	(Non-Algorithmic Maintainers): Move over non-algorithmic
	loop optimizer maintainers, add myself as a non-algorithmic
	middle-end maintainer.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119514 138bc75d-0d04-0410-961f-82ee72b054a4
---
 ChangeLog   |  7 +++++++
 MAINTAINERS | 11 +++++++++--
 2 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d383b07389f1..52975261aa20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-12-04  Richard Guenther  <rguenther@suse.de>
+
+	* MAINTAINERS (Non-Algorithmic Maintainers): New section.
+	(Non-Algorithmic Maintainers): Move over non-algorithmic
+	loop optimizer maintainers, add myself as a non-algorithmic
+	middle-end maintainer.
+
 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
 
 	* MAINTAINERS (Write After Approval): Add myself.
diff --git a/MAINTAINERS b/MAINTAINERS
index 32af072b998d..685f449afb11 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -213,12 +213,19 @@ alias analysis		Diego Novillo		dnovillo@redhat.com
 reload			Ulrich Weigand		uweigand@de.ibm.com
 dfp.c, related		Ben Elliston		bje@au.ibm.com
 RTL optimizers		Eric Botcazou		ebotcazou@libertysurf.fr
-loop optimizer		Zdenek Dvorak		dvorakz@suse.cz
-loop optimizer		Daniel Berlin		dberlin@dberlin.org
 
 Note individuals who maintain parts of the compiler need approval to check
 in changes outside of the parts of the compiler they maintain.
 
+			Non-Algorithmic Maintainers
+
+loop optimizer		Zdenek Dvorak		dvorakz@suse.cz
+loop optimizer		Daniel Berlin		dberlin@dberlin.org
+middle-end		Richard Guenther	rguenther@suse.de
+
+Note individuals who maintain parts of the compiler as non-algorithmic
+maintainer need approval to check in algorithmic changes or changes
+outside of the parts of the compiler they maintain.
 
 			Write After Approval	(last name alphabetical order)
 
-- 
GitLab