[Bug gcov-profile/85201] [GCOV] A statement with two && operators and a comma operator in the for loop body is wrongly marked in gcov

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


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

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

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

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