[Bug c++/109867] -Wswitch-default reports missing default in coroutine

2024-08-29 Thread arsen at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109867 Arsen Arsenović changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |arsen at gcc dot gnu.org

[Bug c++/109867] -Wswitch-default reports missing default in coroutine

2024-08-27 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109867 --- Comment #4 from GCC Commits --- The trunk branch has been updated by Arsen Arsenovic : https://gcc.gnu.org/g:ff0cba200af72f2514ebc987a99027f314d4cc99 commit r15-3234-gff0cba200af72f2514ebc987a99027f314d4cc99 Author: Arsen ArsenoviÄ Date:

[Bug c++/109867] -Wswitch-default reports missing default in coroutine

2024-07-22 Thread arsen at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109867 --- Comment #3 from Arsen Arsenović --- (In reply to Arsen Arsenović from comment #2) > this corresponds to the four switches emitted for the coroutine > implementation after morphing these fns into coroutine functions. the other > cases are un

[Bug c++/109867] -Wswitch-default reports missing default in coroutine

2024-07-16 Thread arsen at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109867 Arsen Arsenović changed: What|Removed |Added Status|UNCONFIRMED |NEW CC|

[Bug c++/109867] -Wswitch-default reports missing default in coroutine

2024-01-30 Thread piotrwn1 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109867 Piotr Nycz changed: What|Removed |Added CC||piotrwn1 at gmail dot com --- Comment #1 f