This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C PATCH] Add -Wint-conversion option
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Gerald Pfeifer <gerald at pfeifer dot com>
- Cc: Marek Polacek <polacek at redhat dot com>, GCC Patches <gcc-patches at gcc dot gnu dot org>, "Joseph S. Myers" <joseph at codesourcery dot com>
- Date: Mon, 30 Jun 2014 22:54:29 +0200
- Subject: Re: [C PATCH] Add -Wint-conversion option
- Authentication-results: sourceware.org; auth=none
- References: <20140630183149 dot GE20427 at redhat dot com> <alpine dot LSU dot 2 dot 11 dot 1406302251200 dot 30120 at tuna dot site>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Mon, Jun 30, 2014 at 10:51:59PM +0200, Gerald Pfeifer wrote:
> Can you please add this and the other one to gcc-4.10/changes.html?
>
> I can provide help if you need any.
We don't have gcc-4.10/ directory, because the version of the next release
is still to be decided (hopefully at Cauldron next month).
Jakub