[PATCH 0/2] Future warnings not treated as errors

Martin Liška mliska@suse.cz
Tue Mar 19 09:27:00 GMT 2019


On 3/19/19 3:46 AM, Alex Henrie wrote:
> Hello,
> 
> I have received permission to contribute to GCC, but I do not have
> commit access. Could one of you please merge these patches for me?

Hi.

I can do it for you. But if I see correctly, Joseph M. had some concerns
and he should probably make final patch approval.

Martin

> 
> -Alex
> 
> Alex Henrie (1):
>   PR c/65403 - Add tests for -Wno-error=<some-future-option>
> 
> Manuel López-Ibáñez (1):
>   PR c/65403 - Ignore -Wno-error=<some-future-warning>
> 
>  gcc/opts-common.c                      |  2 ++
>  gcc/opts-global.c                      | 10 +++++++---
>  gcc/opts.c                             |  5 ++++-
>  gcc/opts.h                             |  2 ++
>  gcc/testsuite/c-c++-common/pr65403-1.c | 10 ++++++++++
>  gcc/testsuite/c-c++-common/pr65403-2.c | 15 +++++++++++++++
>  6 files changed, 40 insertions(+), 4 deletions(-)
>  create mode 100644 gcc/testsuite/c-c++-common/pr65403-1.c
>  create mode 100644 gcc/testsuite/c-c++-common/pr65403-2.c
> 



More information about the Gcc-patches mailing list