https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80909
Bug ID: 80909 Summary: auto-profile.c possible mismatching parentheses in MACRO Product: gcc Version: 7.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: avshash at hotmail dot com Target Milestone: --- Line 358 in (gcc/)auto-profile.c: 'if (LOCATION_LOCUS (BLOCK_SOURCE_LOCATION (block) == UNKNOWN_LOCATION))' should probably be: ^ ^ 'if (LOCATION_LOCUS (BLOCK_SOURCE_LOCATION (block)) == UNKNOWN_LOCATION)'