From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17975 invoked by alias); 10 Jun 2010 20:57:45 -0000 Received: (qmail 17870 invoked by uid 22791); 10 Jun 2010 20:57:44 -0000 X-SWARE-Spam-Status: No, hits=-6.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 10 Jun 2010 20:57:40 +0000 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o5AKvcwl014678 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 10 Jun 2010 16:57:38 -0400 Received: from tyan-ft48-01.lab.bos.redhat.com (tyan-ft48-01.lab.bos.redhat.com [10.16.42.4]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o5AKva1L013017 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 10 Jun 2010 16:57:37 -0400 Received: from tyan-ft48-01.lab.bos.redhat.com (localhost [127.0.0.1]) by tyan-ft48-01.lab.bos.redhat.com (8.14.3/8.14.3) with ESMTP id o5AL0w4q026830; Thu, 10 Jun 2010 23:00:58 +0200 Received: (from jakub@localhost) by tyan-ft48-01.lab.bos.redhat.com (8.14.3/8.14.3/Submit) id o5AL0w8u026829; Thu, 10 Jun 2010 23:00:58 +0200 Date: Thu, 10 Jun 2010 22:24:00 -0000 From: Jakub Jelinek To: FX Cc: rth@redhat.com, gcc-patches@gcc.gnu.org, Fortran List Subject: Re: [libgomp,patch] Add omp_{integer,logical}_kind to omp_lib.h Message-ID: <20100610210058.GN10293@tyan-ft48-01.lab.bos.redhat.com> Reply-To: Jakub Jelinek References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-08-17) 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: 2010-06/txt/msg01149.txt.bz2 On Thu, Jun 10, 2010 at 10:36:06PM +0200, FX wrote: > PR 42041 is about definitions for omp_integer_kind and omp_logical_kind missing from omp_lib.h (even though they're in omp_lib.f90). This is strictly conforming to OpenMP 3.0 standard, but it was a bug in the standard, due to be fixed by 3.1. > > In the process of cleaning some low-hanging bugs in the bugzilla, I propose this patch. > Built and regtested on x86_64-linux, OK to commit to trunk? Can't we wait here a week to see what OpenMP 3.1 draft actually says on this? Jakub