https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90590
Matthew Beliveau changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90590
--- Comment #8 from Matthew Beliveau ---
Author: mbelivea
Date: Thu Aug 1 18:04:23 2019
New Revision: 273980
URL: https://gcc.gnu.org/viewcvs?rev=273980&root=gcc&view=rev
Log:
PR c++/90590
* c-warn.c (c_do_switch_warnings): Suppress wa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90590
Matthew Beliveau changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90590
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #7
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90590
--- Comment #6 from Marek Polacek ---
(In reply to Jonathan Wakely from comment #5)
> (In reply to Marek Polacek from comment #4)
> > Suppressing the warning when the enumerator comes from a system header
> > should be fairly easy using in_system
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90590
--- Comment #5 from Jonathan Wakely ---
(In reply to Marek Polacek from comment #4)
> Suppressing the warning when the enumerator comes from a system header
> should be fairly easy using in_system_header_at.
Yes, I got that working myself alread
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90590
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90590
Jonathan Wakely changed:
What|Removed |Added
Keywords||diagnostic
Status|UNCONFIR