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

Alex Henrie alexhenrie24@gmail.com
Tue Mar 19 02:48:00 GMT 2019


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?

-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

-- 
2.21.0



More information about the Gcc-patches mailing list