From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 55323 invoked by alias); 9 Dec 2015 10:04:14 -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 55299 invoked by uid 89); 9 Dec 2015 10:04:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: fencepost.gnu.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (208.118.235.10) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 09 Dec 2015 10:04:13 +0000 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54207) by fencepost.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1a6bbW-0001M7-Sc for gcc-patches@gnu.org; Wed, 09 Dec 2015 05:04:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a6bbT-0005wX-CR for gcc-patches@gnu.org; Wed, 09 Dec 2015 05:04:10 -0500 Received: from mx1.redhat.com ([209.132.183.28]:48105) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6bbT-0005wS-7W for gcc-patches@gnu.org; Wed, 09 Dec 2015 05:04:07 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 5B96B9C0D1; Wed, 9 Dec 2015 10:04:06 +0000 (UTC) Received: from tucnak.zalov.cz (ovpn-116-58.ams2.redhat.com [10.36.116.58]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id tB9A44uO028515 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 9 Dec 2015 05:04:05 -0500 Received: from tucnak.zalov.cz (localhost [127.0.0.1]) by tucnak.zalov.cz (8.15.2/8.15.2) with ESMTP id tB9A41sX029803; Wed, 9 Dec 2015 11:04:02 +0100 Received: (from jakub@localhost) by tucnak.zalov.cz (8.15.2/8.15.2/Submit) id tB9A3x9v029802; Wed, 9 Dec 2015 11:03:59 +0100 Date: Wed, 09 Dec 2015 10:04:00 -0000 From: Jakub Jelinek To: Tom de Vries Cc: Richard Biener , "gcc-patches@gnu.org" Subject: Re: [PATCH, PR68716] Fix GOMP/GOACC_parallel handling in find_func_clobbers Message-ID: <20151209100358.GO5675@tucnak.redhat.com> Reply-To: Jakub Jelinek References: <565C0F47.5020604@mentor.com> <565C3CEC.9040209@mentor.com> <5667FBFB.8020806@mentor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5667FBFB.8020806@mentor.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 X-IsSubscribed: yes X-SW-Source: 2015-12/txt/msg00969.txt.bz2 On Wed, Dec 09, 2015 at 11:01:31AM +0100, Tom de Vries wrote: > PR tree-optimization/68716 > * tree-ssa-structalias.c (find_func_clobbers): Fix handling of > BUILT_IN_GOMP_PARALLEL and BUILT_IN_GOMP_PARALLEL. Pasto in ChangeLog entry? Jakub