On 01/24/2018 12:53 PM, Richard Biener wrote:
On Wed, 24 Jan 2018, Tom de Vries wrote:
I'll commit this shortly for stage4. Strictly speaking, this is not an 8
regression, but a wrong code bug. But I think that the code generation error
seems fundamental enough, and the fix simple and localized enough, that it's
stage4 permissible.

wrong-code bugs qualify for stage4 if a fix isn't too invasive.  Target
maintainers have an extra say to override stage4 rules anyway and for
non-primary/secondary targets nobody cares anyway.

Maybe then we should be more clear then in formulation of stage 4 criteria?

Thanks,
- Tom

[ Change validated as XHTML 1.0 Transitional ]

Index: htdocs/develop.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/develop.html,v
retrieving revision 1.178
diff -u -r1.178 develop.html
--- htdocs/develop.html 15 Jan 2018 08:23:26 -0000      1.178
+++ htdocs/develop.html 24 Jan 2018 13:40:30 -0000
@@ -130,10 +130,10 @@
 <h4><a name="stage4">Stage 4</a></h4>

 <p>During this period, the only (non-documentation) changes that may
-be made are changes that fix regressions.  Other changes may not be
-done during this period.  Note that the same constraints apply
-to release branches.  This period lasts until stage 1 opens for
-the next release.</p>
+be made are changes that fix regressions, or that fix wrong-code bugs
+in a non-invasive way.  Other changes may not be done during this
+period.  Note that the same constraints apply to release branches.
+This period lasts until stage 1 opens for the next release.</p>

 <p><strong>Rationale</strong></p>

Reply via email to