This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/81582] -Wimplicit-fallthrough= wrong warning with -save-temps


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81582

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
If you are preprocessing without -C and without -fdirectives-only, then
comments are gone, so you really can't use them to inhibit the warning.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]