[Bug c++/91024] -Wimplicit-fallthrough is confused by likely/unlikely attributes
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Jun 27 17:56:00 GMT 2019
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91024
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed| |2019-06-27
CC| |jakub at gcc dot gnu.org
Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
There is GIMPLE_PREDICT stmt in between, the implicit fallthrough code already
skips it at one spot, but perhaps it needs to do it at another spot too.
More information about the Gcc-bugs
mailing list