From patchwork Mon May 1 17:55:57 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Thomas Schwinge X-Patchwork-Id: 757237 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3wGsYK0fKrz9sDB for ; Tue, 2 May 2017 03:56:18 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="yv4m6s8F"; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:subject:date:message-id:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=yRVZNl2SK6EnYrnS Tmc9EH8T1WVtdrmZwXwghksZ8/lcPd+z0nkVlFa0Dbb2Ztk59ARfeihEBbzjDR/9 6HtTY9GMIpEUSGH6t2z4MREReuehzVI5YWakXdoWL2UjwIaj8a8lye99sp3bKBAL FmJFll0GMcVwbPx9TJcGsy1ovdc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:subject:date:message-id:mime-version:content-type :content-transfer-encoding; s=default; bh=8ODcwZ1PTY6YR24GGjQa3S EEYxM=; b=yv4m6s8F0ggFl8ghyCnanfjD2S+ekaNh9VEv2M7ickqTFxuBWXXpro W131mCge/1YDkz+72AiZHqo8YKCKUQZbJizdnvq52c1RA1F45ouU2wvCNN0UYml6 0zIdNYV1TUCeAx1i4WrxIwEnNTHe3JxcEy+ZTAyvUd3iP6Chpzs6Y= Received: (qmail 70992 invoked by alias); 1 May 2017 17:56:07 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 70975 invoked by uid 89); 1 May 2017 17:56:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-11.0 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=gr, Language, H*r:PDT 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 ESMTP; Mon, 01 May 2017 17:56:04 +0000 Received: from svr-orw-fem-06.mgc.mentorg.com ([147.34.97.120]) by relay1.mentorg.com with esmtp id 1d5FYK-00027M-ID from Thomas_Schwinge@mentor.com for gcc-patches@gcc.gnu.org; Mon, 01 May 2017 10:56:04 -0700 Received: from tftp-cs (147.34.91.1) by SVR-ORW-FEM-06.mgc.mentorg.com (147.34.97.120) with Microsoft SMTP Server id 14.3.224.2; Mon, 1 May 2017 10:56:04 -0700 Received: by tftp-cs (Postfix, from userid 49978) id 9BF3BC22BB; Mon, 1 May 2017 10:56:03 -0700 (PDT) From: Thomas Schwinge To: Subject: [wwwdocs] GCC 7 changes: OpenACC User-Agent: Notmuch/0.9-125-g4686d11 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Mon, 1 May 2017 19:55:57 +0200 Message-ID: <87o9vc1mxe.fsf@euler.schwinge.homeip.net> MIME-Version: 1.0 Hi! Committed: Grüße Thomas Index: htdocs/gcc-7/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/changes.html,v retrieving revision 1.79 retrieving revision 1.80 diff -u -p -r1.79 -r1.80 --- htdocs/gcc-7/changes.html 21 Apr 2017 23:52:13 -0000 1.79 +++ htdocs/gcc-7/changes.html 1 May 2017 17:51:14 -0000 1.80 @@ -157,7 +157,13 @@ main (int argc, char **argv)

New Languages and Language specific improvements

+ OpenACC support in C, C++, and Fortran continues to be maintained and + improved. + See the OpenACC + and Offloading wiki pages + for further information. +