public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH, wwwdocs] document changes appropriate for bug-fix releases
@ 2016-11-05 22:05 Martin Sebor
  2016-11-17 20:58 ` Jeff Law
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Sebor @ 2016-11-05 22:05 UTC (permalink / raw)
  To: Gcc Patch List, Eric Botcazou, Jeff Law

The patch below documents the rule of thumb for what changes are
appropriate for bug-fix release branches that we discussed in
the gcc-patches thread Re: relax rule for flexible array members
in 6.x (78039 - fails to compile glibc tests)
   https://gcc.gnu.org/ml/gcc-patches/2016-10/msg01818.html

Please let me know if it accurately reflects the convention in
place of if you have suggestions for changes.

Thanks
Martin

Index: htdocs/develop.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/develop.html,v
retrieving revision 1.168
diff -u -r1.168 develop.html
--- htdocs/develop.html	22 Aug 2016 07:57:26 -0000	1.168
+++ htdocs/develop.html	5 Nov 2016 22:04:30 -0000
@@ -237,6 +237,15 @@
  able to accumulate fixes for the most important problems, and avoid
  spending undue amounts of time on release testing and packaging.</p>

+<h4>Changes Appropriate for Bug-Fix Releases</h4>
+
+<p>As a general rule of thumb, bug-fix releases should contain fixes
+for regressions or serious bugs uncovered in the corresponding major
+release of GCC or those prior to it.  When backporting patches from
+subsequent releases or from trunk, care should be taken to avoid
+making changes that cause previously accepted code to be rejected
+unless doing so would cause GCC to generate incorrect object code
+or code with undefined behavior.</p>

  <h3><a name="num_scheme">Version Numbering Scheme for GCC 5 and 
Up</a></h3>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH, wwwdocs] document changes appropriate for bug-fix releases
  2016-11-05 22:05 [PATCH, wwwdocs] document changes appropriate for bug-fix releases Martin Sebor
@ 2016-11-17 20:58 ` Jeff Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Law @ 2016-11-17 20:58 UTC (permalink / raw)
  To: Martin Sebor, Gcc Patch List, Eric Botcazou

On 11/05/2016 04:04 PM, Martin Sebor wrote:
> The patch below documents the rule of thumb for what changes are
> appropriate for bug-fix release branches that we discussed in
> the gcc-patches thread Re: relax rule for flexible array members
> in 6.x (78039 - fails to compile glibc tests)
>   https://gcc.gnu.org/ml/gcc-patches/2016-10/msg01818.html
>
> Please let me know if it accurately reflects the convention in
> place of if you have suggestions for changes.
This is fine.  Please install if you haven't already

jeff

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-11-17 20:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-05 22:05 [PATCH, wwwdocs] document changes appropriate for bug-fix releases Martin Sebor
2016-11-17 20:58 ` Jeff Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).