[patch] PR 81271: gcc/cp/lex.c:116: wrong condition ?

2024-01-23 Thread Jasmine Tang
Change the style from & to && to reflect boolean result with boolean operation (instead of bitwise operation) >From 10b501ffa8a11c7f10fd6e6ab5d9a876a321fe13 Mon Sep 17 00:00:00 2001 From: Jasmine Date: Tue, 23 Jan 2024 21:18:13 -0800 Subject: [PATCH] Fix compiler warning: Boolean result is used

[patch] PR 81271: gcc/cp/lex.c:116: wrong condition ?

2024-01-23 Thread Jasmine Tang
Change the style from & to && to reflect boolean result with boolean operation (instead of bitwise operation) David Binderman 2017-07-01 13:24:44 UTC trunk/gcc/cp/lex.c:116]: (style) Boolean result is used in bitwise operation. Clarify expression with parentheses. Source code is gcc_checking_