From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 95932 invoked by alias); 22 Sep 2015 06:53:55 -0000 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 Received: (qmail 95922 invoked by uid 89); 22 Sep 2015 06:53:55 -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,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=no version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 22 Sep 2015 06:53:54 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 61304AA8; Tue, 22 Sep 2015 06:53:53 +0000 (UTC) Received: from tucnak.zalov.cz (ovpn-116-44.ams2.redhat.com [10.36.116.44]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t8M6rpjT003251 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 22 Sep 2015 02:53:52 -0400 Received: from tucnak.zalov.cz (localhost [127.0.0.1]) by tucnak.zalov.cz (8.15.2/8.15.2) with ESMTP id t8M6rops019293; Tue, 22 Sep 2015 08:53:50 +0200 Received: (from jakub@localhost) by tucnak.zalov.cz (8.15.2/8.15.2/Submit) id t8M6rkAx019292; Tue, 22 Sep 2015 08:53:46 +0200 Date: Tue, 22 Sep 2015 07:19:00 -0000 From: Jakub Jelinek To: Chung-Lin Tang Cc: Chung-Lin Tang , gcc-patches , Nathan Sidwell , Thomas Schwinge , Richard Henderson Subject: Re: [PATCH, libgomp] PR 67141, uninitialized acc_device_lock mutex Message-ID: <20150922065346.GH1847@tucnak.redhat.com> Reply-To: Jakub Jelinek References: <55FBC02A.5080306@codesourcery.com> <20150918080225.GM1847@tucnak.redhat.com> <5600F9E0.4040800@pllab.cs.nthu.edu.tw> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5600F9E0.4040800@pllab.cs.nthu.edu.tw> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2015-09/txt/msg01623.txt.bz2 On Tue, Sep 22, 2015 at 02:49:04PM +0800, Chung-Lin Tang wrote: > Committed, thanks for the review. > I believe this patch is also needed for 5.x, okay for that branch as well? Ok. Jakub