This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 4.2.0 Status Report (2007-03-04)
- From: "Manuel López-Ibáñez" <lopezibanez at gmail dot com>
- To: "Mark Mitchell" <mark at codesourcery dot com>
- Cc: GCC <gcc at gcc dot gnu dot org>, "GCC Patches" <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 5 Mar 2007 10:09:48 +0000
- Subject: Re: GCC 4.2.0 Status Report (2007-03-04)
- References: <45EBA059.4070306@codesourcery.com>
On 05/03/07, Mark Mitchell <mark@codesourcery.com> wrote:
After reviewing all of the traffic[1] that stemmed from my previous
status report, I've decided that, indeed, it makes sense to steam ahead
with GCC 4.2.0 based on current GCC 4.2.0 release branch.
I ask special permission to apply this patch:
http://gcc.gnu.org/ml/gcc-patches/2007-02/msg01461.html
to GCC 4.2.0. This patch is trivial and it has been in GCC 4.3 for a
few weeks already.
It replaces two options that are introduced in GCC 4.2 with a single
switch -Waddress. I think we should replace them before releasing, to
minimise the effect of the change in users.
In addition, there are two trivial doc fixes for GCC 4.2, one in
invoke.texi and another in opts.c, where it says -Werror- and it
should say -Werror=
Can I commit them as obvious or do I need to submit a patch?
Cheers,
Manuel.