From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 62584 invoked by alias); 12 Aug 2015 01:53:58 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 61378 invoked by uid 9176); 12 Aug 2015 01:53:56 -0000 Date: Wed, 12 Aug 2015 01:53:00 -0000 From: GDB Administrator To: gdb-patches@sourceware.org Subject: New ARI warning Wed Aug 12 01:53:55 UTC 2015 Message-ID: <20150812015355.GA61373@sourceware.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-12-10) X-SW-Source: 2015-08/txt/msg00261.txt.bz2 295a296,301 > gdb/location.c:39: regression: PTR: Do not use PTR, ISO C 90 implies 'void *' gdb/location.c:39:#define EL_TYPE(PTR) (PTR)->type > gdb/location.c:47: regression: PTR: Do not use PTR, ISO C 90 implies 'void *' gdb/location.c:47:#define EL_LINESPEC(PTR) ((PTR)->u.addr_string) > gdb/location.c:48: regression: PTR: Do not use PTR, ISO C 90 implies 'void *' gdb/location.c:48:#define EL_PROBE(PTR) ((PTR)->u.addr_string) > gdb/location.c:52: regression: PTR: Do not use PTR, ISO C 90 implies 'void *' gdb/location.c:52:#define EL_ADDRESS(PTR) (PTR)->u.address > gdb/location.c:56: regression: PTR: Do not use PTR, ISO C 90 implies 'void *' gdb/location.c:56:#define EL_EXPLICIT(PTR) (&((PTR)->u.explicit)) > gdb/location.c:62: regression: PTR: Do not use PTR, ISO C 90 implies 'void *' gdb/location.c:62:#define EL_STRING(PTR) ((PTR)->as_string)