https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70547
Manuel López-Ibáñez <manu at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |manu at gcc dot gnu.org --- Comment #2 from Manuel López-Ibáñez <manu at gcc dot gnu.org> --- Hum, perhaps we should warn about such nonsense code, as suggested in PR45780: warning: arithmetic applied to boolean expression return (a<b)*(c<d); ^ && It could be simply a bug.