[Bug c++/90590] enumeration value not handled in switch warning for std::ios_base::seek_dir

2019-08-01 Thread mbelivea at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90590 Matthew Beliveau changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/90590] enumeration value not handled in switch warning for std::ios_base::seek_dir

2019-08-01 Thread mbelivea at gcc dot gnu.org
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

[Bug c++/90590] enumeration value not handled in switch warning for std::ios_base::seek_dir

2019-06-12 Thread mbelivea at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90590 Matthew Beliveau changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/90590] enumeration value not handled in switch warning for std::ios_base::seek_dir

2019-05-23 Thread jakub at gcc dot gnu.org
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

[Bug c++/90590] enumeration value not handled in switch warning for std::ios_base::seek_dir

2019-05-23 Thread mpolacek at gcc dot gnu.org
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

[Bug c++/90590] enumeration value not handled in switch warning for std::ios_base::seek_dir

2019-05-23 Thread redi at gcc dot gnu.org
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

[Bug c++/90590] enumeration value not handled in switch warning for std::ios_base::seek_dir

2019-05-23 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90590 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment

[Bug c++/90590] enumeration value not handled in switch warning for std::ios_base::seek_dir

2019-05-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90590 Jonathan Wakely changed: What|Removed |Added Keywords||diagnostic Status|UNCONFIR