On Fri, 20 Feb 2015, Mike Stump wrote:
>> Yes.  ISTM that this kind of patch (twiddling target conditionals in 
>> the testsuite) should be OK for a target maintainer to apply without 
>> requesting approval, even though it's not in the backend proper.
> Yes, that’s right.

I tried to capture this in our documentation now and applied the
patch below.  Let me know if you'd like to see this tweaked.

Gerald

Index: svnwrite.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/svnwrite.html,v
retrieving revision 1.33
diff -u -r1.33 svnwrite.html
--- svnwrite.html       14 Jul 2014 09:45:48 -0000      1.33
+++ svnwrite.html       6 Apr 2015 12:13:12 -0000
@@ -107,9 +107,10 @@
   <dd><p>This is for people who have primary responsibility for ports,
   front ends, or other specific aspects of the compiler.  These folks
   are allowed to make changes to areas they maintain and related
-  documentation, web pages, and test cases without approval from
-  anyone else, and approve other people's changes in those areas. They
-  must get approval for changes elsewhere in the compiler.</p>
+  documentation, web pages, and test cases (and target conditionals)
+  without approval from anyone else, and approve other people's changes
+  in those areas.
+  They must get approval for changes elsewhere in the compiler.</p>
 
   <p>Maintainers of a port maintain the relevant files in
   <code>gcc/config</code>, documentation, web pages, and test cases

Reply via email to