From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 120902 invoked by alias); 3 May 2016 09:05:40 -0000 Mailing-List: contact gdb-testers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-testers-owner@sourceware.org Received: (qmail 120831 invoked by uid 89); 3 May 2016 09:05:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:493 X-HELO: kwanyin.sergiodj.net Received: from kwanyin.sergiodj.net (HELO kwanyin.sergiodj.net) (176.31.208.32) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 03 May 2016 09:05:29 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [binutils-gdb/gdb-7.11-branch] [gdb] Fix -Wparentheses warnings From: sergiodj+buildbot@sergiodj.net To: gdb-testers@sourceware.org Message-Id: <386c90348551eb089124d64c9bc6ab17cbefb016@gdb-build> Date: Tue, 03 May 2016 09:05:00 -0000 X-SW-Source: 2016-q2/txt/msg02079.txt.bz2 *** TEST RESULTS FOR COMMIT 386c90348551eb089124d64c9bc6ab17cbefb016 *** Author: Kyrylo Tkachov Branch: gdb-7.11-branch Commit: 386c90348551eb089124d64c9bc6ab17cbefb016 [gdb] Fix -Wparentheses warnings 2016-05-03 Kyrylo Tkachov * symfile.c (find_pc_overlay): Add braces to avoid -Wparentheses warning. (find_pc_mapped_section): Likewise. (list_overlays_command): Likewise.