diff options
author | Richard Guenther <rguenther@suse.de> | 2007-05-30 15:41:03 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2007-05-30 15:41:03 +0000 |
commit | 9dd3cc811b08e532cef582472222f2543e980940 (patch) | |
tree | 4e1554d00c83f30851d3d88a693116f111564c2c | |
parent | 853a33f384570816544fcd9d45df4c292a52cbb1 (diff) | |
download | gcc-9dd3cc811b08e532cef582472222f2543e980940.zip gcc-9dd3cc811b08e532cef582472222f2543e980940.tar.gz gcc-9dd3cc811b08e532cef582472222f2543e980940.tar.bz2 |
MAINTAINERS (Various Maintainers): Add myself as auto-vectorizer maintainer.
2007-05-30 Richard Guenther <rguenther@suse.de>
* MAINTAINERS (Various Maintainers): Add myself as
auto-vectorizer maintainer.
From-SVN: r125191
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | MAINTAINERS | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2007-05-30 Richard Guenther <rguenther@suse.de> + + * MAINTAINERS (Various Maintainers): Add myself as + auto-vectorizer maintainer. + 2007-05-30 Jakub Jelinek <jakub@redhat.com> PR bootstrap/29382 diff --git a/MAINTAINERS b/MAINTAINERS index de5de33..64c61dd6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -220,6 +220,7 @@ alias analysis Diego Novillo dnovillo@google.com reload Ulrich Weigand uweigand@de.ibm.com dfp.c, related Ben Elliston bje@au.ibm.com RTL optimizers Eric Botcazou ebotcazou@libertysurf.fr +auto-vectorizer Richard Guenther rguenther@suse.de Note individuals who maintain parts of the compiler need approval to check in changes outside of the parts of the compiler they maintain. |