From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 79324 invoked by alias); 22 Jul 2016 14:16:13 -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 79306 invoked by uid 89); 22 Jul 2016 14:16:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=cesar, Cesar, arise X-Spam-User: qpsmtpd, 2 recipients X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 22 Jul 2016 14:16:02 +0000 Received: from svr-orw-fem-02x.mgc.mentorg.com ([147.34.96.206] helo=SVR-ORW-FEM-02.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1bQbF9-00075N-0d from Cesar_Philippidis@mentor.com ; Fri, 22 Jul 2016 07:15:59 -0700 Received: from [127.0.0.1] (147.34.91.1) by svr-orw-fem-02.mgc.mentorg.com (147.34.96.168) with Microsoft SMTP Server id 14.3.224.2; Fri, 22 Jul 2016 07:15:58 -0700 From: Cesar Philippidis Subject: Patch ping To: "gcc-patches@gcc.gnu.org" , Fortran List , Jakub Jelinek Message-ID: <57922A9E.9080805@codesourcery.com> Date: Fri, 22 Jul 2016 14:16:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-SW-Source: 2016-07/txt/msg01489.txt.bz2 The following patches still need to be reviewed: * Change an LTO wrapper assert failure to an error when it detects missing symbols. This situation can arise in offloading code, e.g. when the user forgets to declare a global variable as offloadable. https://gcc.gnu.org/ml/gcc-patches/2016-07/msg00043.html * Add support for OpenACC routine clauses in fortran modules. Also, allow the routine directive to be applied to intrinsic procedures. https://gcc.gnu.org/ml/gcc-patches/2016-07/msg00063.html Thanks, Cesar