From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2945 invoked by alias); 9 Nov 2011 02:42:04 -0000 Received: (qmail 2932 invoked by uid 22791); 9 Nov 2011 02:42:03 -0000 X-SWARE-Spam-Status: No, hits=-3.9 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-gx0-f175.google.com (HELO mail-gx0-f175.google.com) (209.85.161.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 09 Nov 2011 02:41:51 +0000 Received: by ggnp1 with SMTP id p1so1381624ggn.20 for ; Tue, 08 Nov 2011 18:41:50 -0800 (PST) Received: by 10.68.62.134 with SMTP id y6mr634945pbr.25.1320806509946; Tue, 08 Nov 2011 18:41:49 -0800 (PST) MIME-Version: 1.0 Received: by 10.68.62.134 with SMTP id y6mr634916pbr.25.1320806509751; Tue, 08 Nov 2011 18:41:49 -0800 (PST) Received: by 10.142.221.18 with HTTP; Tue, 8 Nov 2011 18:41:49 -0800 (PST) In-Reply-To: References: Date: Wed, 09 Nov 2011 03:08:00 -0000 Message-ID: Subject: Re: [PATCH] [Annotalysis] Support trylock attributes on virtual methods. From: Ollie Wild To: Delesley Hutchins , Diego Novillo Cc: gcc-patches Content-Type: text/plain; charset=ISO-8859-1 X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-11/txt/msg01273.txt.bz2 On Tue, Nov 8, 2011 at 12:11 PM, Delesley Hutchins wrote: > This patch fixes a bug wherein the trylock attribute would not work if > it was attached to a virtual method. Diego, can you please review this? Thanks, Ollie