[Bug gcov-profile/85163] [GCOV] A call statement with '==' , '||', and '&&' operators is wrongly marked as executed twice
coenraad at wish dot org.za
gcc-bugzilla@gcc.gnu.org
Wed Mar 16 08:38:10 GMT 2022
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85163
dagelf <coenraad at wish dot org.za> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |coenraad at wish dot org.za
--- Comment #5 from dagelf <coenraad at wish dot org.za> ---
&& does not mean logical AND in gcc, it's a label.
You should just be using &
More information about the Gcc-bugs
mailing list