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 c/64639] false negative of -Wunused-value


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

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
"(a = 0) != 0" has a side effect of setting a to 0.

I think in this case, clang is incorrectly warning about it.


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