From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16296 invoked by alias); 9 Nov 2007 14:29:49 -0000 Received: (qmail 16287 invoked by uid 22791); 9 Nov 2007 14:29:48 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 09 Nov 2007 14:29:40 +0000 Received: from zps37.corp.google.com (zps37.corp.google.com [172.25.146.37]) by smtp-out.google.com with ESMTP id lA9ETXx7003005 for ; Fri, 9 Nov 2007 14:29:33 GMT Received: from nf-out-0910.google.com (nfbg13.prod.google.com [10.48.83.13]) by zps37.corp.google.com with ESMTP id lA9ESt6H029574 for ; Fri, 9 Nov 2007 06:29:32 -0800 Received: by nf-out-0910.google.com with SMTP id g13so450392nfb for ; Fri, 09 Nov 2007 06:29:32 -0800 (PST) Received: by 10.78.130.6 with SMTP id c6mr2477524hud.1194618571870; Fri, 09 Nov 2007 06:29:31 -0800 (PST) Received: by 10.78.43.13 with HTTP; Fri, 9 Nov 2007 06:29:31 -0800 (PST) Message-ID: Date: Fri, 09 Nov 2007 14:59:00 -0000 From: "Diego Novillo" To: "Jakub Jelinek" Subject: Re: [gomp] Fix !$omp atomic (PR fortran/34020) Cc: "Richard Henderson" , gcc-patches@gcc.gnu.org In-Reply-To: <20071109083935.GW5451@devserv.devel.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071109083935.GW5451@devserv.devel.redhat.com> 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: 2007-11/txt/msg00527.txt.bz2 On 11/9/07, Jakub Jelinek wrote: > 2007-11-09 Jakub Jelinek > > PR fortran/34020 > * gimplify.c (goa_lhs_expr_p): Inside INDIRECT_REF handle unshared > nops. > > * testsuite/libgomp.fortran/pr34020.f90: New test. OK.