On Thu, 28 Feb 2019, Alex Henrie wrote:
> * opts.c: Ignore -Wno-error=.
I'd expect this to follow the same logic as how -Wno-
is ignored (see the comment on postpone_unknown_option_warning). That is,
the option would still be diagnosed if there is some error message that
might have been turne
* opts.c: Ignore -Wno-error=.
---
gcc/opts.c | 5 -
gcc/testsuite/c-c++-common/pr89524.c | 7 +++
2 files changed, 11 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/c-c++-common/pr89524.c
diff --git a/gcc/opts.c b/gcc/opts.c
index 468abb16334..f9a