https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97657
Martin Liška <marxin at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|ASSIGNED |RESOLVED --- Comment #2 from Martin Liška <marxin at gcc dot gnu.org> --- Well, the mode is of the following type: enum FileAccessMode { RdOnly, WrOnly, RdWr }; Thus all values are handled in the switch. I'm closing that as invalid.