From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18861 invoked by alias); 20 Mar 2014 12:35:49 -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 18844 invoked by uid 89); 20 Mar 2014 12:35:48 -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_HELO_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mailout4.w1.samsung.com Received: from mailout4.w1.samsung.com (HELO mailout4.w1.samsung.com) (210.118.77.14) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (DES-CBC3-SHA encrypted) ESMTPS; Thu, 20 Mar 2014 12:35:47 +0000 MIME-version: 1.0 Content-type: text/plain; charset=UTF-8; format=flowed Received: from eucpsbgm2.samsung.com (unknown [203.254.199.245]) by mailout4.w1.samsung.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0N2Q00455IZI8090@mailout4.w1.samsung.com>; Thu, 20 Mar 2014 12:35:42 +0000 (GMT) Received: from eusync3.samsung.com ( [203.254.199.213]) by eucpsbgm2.samsung.com (EUCPMTA) with SMTP id 45.73.18565.E90EA235; Thu, 20 Mar 2014 12:35:42 +0000 (GMT) Content-transfer-encoding: 8BIT Received: from [106.109.130.115] by eusync3.samsung.com (Oracle Communications Messaging Server 7u4-23.01(7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTPA id <0N2Q003D8IZGUJB0@eusync3.samsung.com>; Thu, 20 Mar 2014 12:35:42 +0000 (GMT) Message-id: <532AE093.3050002@samsung.com> Date: Thu, 20 Mar 2014 12:48:00 -0000 From: Ilmir Usmanov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 To: Thomas Schwinge , Tobias Burnus Cc: Evgeny Gavrin , GarbuzovViacheslav , Dmitri Botcharnikov , gcc-patches@gcc.gnu.org, jakub@redhat.com, fortran@gcc.gnu.org Subject: Re: [PATCH 4/4] [GOMP4] [Fortran] OpenACC 1.0+ support in fortran front-end References: <52E158EF.9050009@samsung.com> <877g9pqmt2.fsf@schwinge.name> <52E65B24.9070403@samsung.com> <87iot5pgqb.fsf@schwinge.name> <52EB8437.3060602@samsung.com> <52EB84C3.4010407@samsung.com> <52F7FFAA.9020702@net-b.de> <5304CEFC.4000602@samsung.com> <53054370.2030802@net-b.de> <5305BA82.5060804@samsung.com> <53158715.1090908@samsung.com> <5315873E.4010203@samsung.com> <53160B41.3060501@net-b.de> <5319A309.40004@samsung.com> <5319A335.2090202@samsung.com> <5319A358.7040207@samsung.com> <5319A37E.4080709@samsung.com> <5319A3B2.103@samsung.com> <87lhw5f9to.fsf@schwinge.name> In-reply-to: <87lhw5f9to.fsf@schwinge.name> X-IsSubscribed: yes X-SW-Source: 2014-03/txt/msg01061.txt.bz2 Hi Thomas! On 20.03.2014 14:22, Thomas Schwinge wrote: > > As in > , > this is wrong usage of the dg-excess-errors directive, for this one will > absorb *all* remaining errors, whereas you just wanted to mask out any > »sorry, unimplemented: [...]« ones. > > OK to fix as follows? > Sure. Thanks! -- Ilmir.