https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70065
--- Comment #5 from Serge Roussak <beaux_monde at tut dot by> --- (In reply to Marek Polacek from comment #2) > Wait, so what is wrong with this? > warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] > You can use -Wno-parentheses to disable that warning. ADD: ie my patch is a subset of the -Wno-parentheses.