diff options
author | Kenneth Zadeck <zadeck@gcc.gnu.org> | 2007-06-11 18:22:49 +0000 |
---|---|---|
committer | Kenneth Zadeck <zadeck@gcc.gnu.org> | 2007-06-11 18:22:49 +0000 |
commit | 0a41f3b2c87015471c1bf6d585e65f5219954a78 (patch) | |
tree | 7387ce6b4b20bae39a75e179d912f80580819c22 /MAINTAINERS | |
parent | 6fb5fa3cbc0d78cf9f4ff7cac5e1d8af1e65c5bb (diff) | |
download | gcc-0a41f3b2c87015471c1bf6d585e65f5219954a78.zip gcc-0a41f3b2c87015471c1bf6d585e65f5219954a78.tar.gz gcc-0a41f3b2c87015471c1bf6d585e65f5219954a78.tar.bz2 |
df-scan.c (df_insn_delete, [...]): Fixed spelling of word "deferred".
2007-06-11 Kenneth Zadeck <zadeck@naturalbridge.com>
* df-scan.c (df_insn_delete, df_insn_rescan, df_insn_rescan_all,
df_process_deferred_rescans, df_notes_rescan): Fixed spelling of
word "deferred".
* df-core.c: Ditto.
From-SVN: r125625
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 873677d..65014db 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -194,8 +194,6 @@ build machinery (*.in) Paolo Bonzini bonzini@gnu.org build machinery (*.in) DJ Delorie dj@redhat.com build machinery (*.in) Nathanael Nerode neroden@gcc.gnu.org build machinery (*.in) Alexandre Oliva aoliva@redhat.com -dataflow Paolo Bonzini bonzini@gnu.org -dataflow Daniel Berlin dberlin@dberlin.org docs co-maintainer Gerald Pfeifer gerald@pfeifer.com docs co-maintainer Joseph Myers jsm@polyomino.org.uk predict.def Jan Hubicka jh@suse.cz @@ -226,7 +224,7 @@ auto-vectorizer Richard Guenther rguenther@suse.de auto-vectorizer Zdenek Dvorak dvorakz@suse.cz auto-vectorizer Dorit Nuzman dorit@il.ibm.com -Note individuals who maintain parts of the compiler need approval to check +Note that 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 @@ -236,10 +234,24 @@ loop optimizer Daniel Berlin dberlin@dberlin.org middle-end Richard Guenther rguenther@suse.de libcpp Tom Tromey tromey@redhat.com -Note individuals who maintain parts of the compiler as non-algorithmic -maintainer need approval to check in algorithmic changes or changes +Note that individuals who maintain parts of the compiler as non-algorithmic +maintainers need approval to check in algorithmic changes or changes outside of the parts of the compiler they maintain. + Non-Autopoiesis Maintainers + +dataflow Daniel Berlin dberlin@dberlin.org +dataflow Paolo Bonzini bonzini@gnu.org +dataflow Seonbae Park seongbae.park@gmail.com +dataflow Kenneth Zadeck zadeck@naturalbridge.com +(FIXME: The fortran people need to be added here since they follow this rule) + + +Note that individuals who maintain parts of the compiler as +non-autopoiesis maintainers need approval changes outside of the parts +of the compiler they maintain and also need approval for their own +patches. + Write After Approval (last name alphabetical order) Mark G. Adams mark.g.adams@sympatico.ca @@ -358,6 +370,7 @@ Carlos O'Donell carlos@codesourcery.com Jeffrey D. Oldham oldham@codesourcery.com Andrea Ornstein andrea.ornstein@st.com Rainer Orth ro@TechFak.Uni-Bielefeld.DE +Seonbae Park seongbae.park@gmail.com Devang Patel dpatel@apple.com Alexandre Petit-Bianco apbianco@redhat.com Nicolas Pitre nico@cam.org |