This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix PR optimization/12085
- From: Jason Merrill <jason at redhat dot com>
- To: Roger Sayle <roger at eyesopen dot com>
- Cc: Eric Botcazou <ebotcazou at libertysurf dot fr>, Gabriel Dos Reis <gdr at integrable-solutions dot net>, <gcc-patches at gcc dot gnu dot org>
- Date: Sun, 07 Dec 2003 17:16:26 -0500
- Subject: Re: [PATCH] Fix PR optimization/12085
- References: <Pine.LNX.4.44.0312070939200.20149-100000@www.eyesopen.com>
On Sun, 7 Dec 2003 11:06:39 -0700 (MST), Roger Sayle <roger@eyesopen.com> wrote:
> The letter of the law is that both 3.3.3 and mainline are in
> approximately the same state at the moment. "Bug fixes only".
> No new features or enhancements, even tiny non-intrusive ones.
> Even code clean-ups are not allowed, with the one exception of
> comments! But my understanding is that at the moment, it doesn't
> matter whether they are regressions or not. Intrusiveness is
> an issue, but in this case the change is within a single function.
My understanding is that 3.3 is only open to regression fixes.
Current release series: GCC 3.3.2 (released 2003-10-17)
Branch status: 2003-12-02 (open for regression fixes).
Jason