[Bug c++/105497] New: -Wswitch ignores [[maybe_unused]] for an enumerator

2022-05-05 Thread olafurw at gmail dot com via Gcc-bugs
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: olafurw at gmail dot com Target Milestone: --- enum class Button { Left, Right, Middle, NumberOfButtons [[maybe_unused]] }; int main() { Button b = Button::Left; switch (b) { case

[Bug preprocessor/58770] GCC very slow compiling with #pragma once

2014-06-27 Thread olafurw at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58770 Ólafur Waage changed: What|Removed |Added CC||olafurw at gmail dot com --- Comment #1