From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12005 invoked by alias); 20 Apr 2012 02:07:37 -0000 Received: (qmail 11815 invoked by uid 22791); 20 Apr 2012 02:07:35 -0000 X-SWARE-Spam-Status: No, hits=-4.1 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 20 Apr 2012 02:07:22 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1SL3Fp-0001sn-8g from Yao_Qi@mentor.com for gdb-patches@sourceware.org; Thu, 19 Apr 2012 19:07:21 -0700 Received: from SVR-ORW-FEM-04.mgc.mentorg.com ([147.34.97.41]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Thu, 19 Apr 2012 19:07:20 -0700 Received: from [127.0.0.1] (147.34.91.1) by svr-orw-fem-04.mgc.mentorg.com (147.34.97.41) with Microsoft SMTP Server id 14.1.289.1; Thu, 19 Apr 2012 19:07:20 -0700 Message-ID: <4F90C4F7.10302@codesourcery.com> Date: Fri, 20 Apr 2012 02:45:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:11.0) Gecko/20120329 Thunderbird/11.0.1 MIME-Version: 1.0 To: Subject: Re: New ARI warning Fri Apr 20 01:58:17 UTC 2012 References: <20120420015817.GA7169@sourceware.org> In-Reply-To: <20120420015817.GA7169@sourceware.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-IsSubscribed: yes 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 X-SW-Source: 2012-04/txt/msg00654.txt.bz2 On 04/20/2012 09:58 AM, GDB Administrator wrote: > 140a141,148 >> > gdb/common/vec.c:39: code: inline: Do not use the inline attribute; since the compiler generally ignores this, better algorithm selection is needed to improved performance > gdb/common/vec.c:39:static inline unsigned >> > gdb/common/vec.h:419: code: inline: Do not use the inline attribute; since the compiler generally ignores this, better algorithm selection is needed to improved performance IIUC, these alarms are moved from vec.[ch] to common/vec.[ch], so they can be ignored. Let me know if I am wrong. -- Yao (齐尧)