[Bug gcov-profile/85276] [GCOV] A comparative statement with '=', '&&' , '||', and '==' operators is wrongly marked as executed twice in gcov

coenraad at wish dot org.za gcc-bugzilla@gcc.gnu.org
Wed Mar 16 08:39:03 GMT 2022


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

dagelf <coenraad at wish dot org.za> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |coenraad at wish dot org.za

--- Comment #8 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