From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7E8DB385803B; Fri, 2 Feb 2024 15:12:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7E8DB385803B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1706886721; bh=VbOoBFxdhutiD7Mc2UiV2gZOOe6fVFmtgo2sOFBW5HI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=t1otQOIOAC6RvwlrBI1UIE3JqfAk1kRuMhhowt2NmsTRuobf64ElwLt+gqEmAEnwv BWQAL6qyj0rOcWDA9qoF2g6BzHyxk0n0Ux8QOn0Y3asn2UOpfHOV42ekmLFtSiW7sv hqS1NIrujpWpmPUnr2Kh/gc5c2tnBb+EjUhe4IL8= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug gdb/31328] gdb fails to compile with clang due to missing parentheses Date: Fri, 02 Feb 2024 15:12:00 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at sourceware dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31328 --- Comment #1 from Tom Tromey --- Please send patches to the list. See the contribution checklist: https://sourceware.org/gdb/wiki/ContributionChecklist In this case, the code is doing "!mumble =3D=3D 0", which seems weird I think changing it to !=3D 0 would be better. --=20 You are receiving this mail because: You are on the CC list for the bug.=