From patchwork Tue Dec 11 04:03:18 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 1010835 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-492044-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="WeKJxskl"; dkim-atps=neutral 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 43DRBY3l78z9s3Z for ; Tue, 11 Dec 2018 15:03:33 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=d+0gLsGz/t9/QSvuPw8dWjaAC5SV1kITrfgkrPAdHoPy4c8X2jIyE ULcxgESLGxD93jr0IU9RvLL0Ovs/JpcEAiMg7/ag/bLkYNEujovhdKAYyCxfjUDP GDXIVsNKre/UkYLglaqVDYqH+xa9U7EWzQ4Pq1FLf2dFi7NlIojvvg= 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:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=9BgG0ReeVrAjgzwUh9gt381tGw4=; b=WeKJxsklS3BR5xhnMYxh MNjmrPzHL/WC9W3z8CCnFeuas9vr8Q9QNr70pZwcY2hEidBOqfKmKnX5u+bDYOPn zfg0hjodz+sPtbmVMMC90NshZtnNTyVKzvIcEEVqU+R2BvOCA4cm1QAimn9vJx4o XLntU7+JEmjhp42WCaiB/C4= Received: (qmail 40344 invoked by alias); 11 Dec 2018 04:03:25 -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 40329 invoked by uid 89); 11 Dec 2018 04:03:24 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.2 required=5.0 tests=BAYES_00, GIT_PATCH_2, GIT_PATCH_3, SPF_SOFTFAIL autolearn=ham version=3.3.2 spammy=cvs, specifications X-HELO: hamza.pair.com Received: from hamza.pair.com (HELO hamza.pair.com) (209.68.5.143) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 11 Dec 2018 04:03:23 +0000 Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id CAD5B33E07 for ; Mon, 10 Dec 2018 23:03:21 -0500 (EST) Received: from [192.168.42.241] (127.72.90.202.dsl.dyn.mana.pf [202.90.72.127]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 2B60733E03 for ; Mon, 10 Dec 2018 23:03:20 -0500 (EST) Date: Mon, 10 Dec 2018 18:03:18 -1000 (-10) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [wwwdocs] gcc-4.7/changes.html -- simplify reference to OpenMP Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes At first I was going to change http to https for this link, but given this is GCC 4.7, simply using a textual reference feels safer. Applied. Gerald Index: gcc-4.7/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v retrieving revision 1.153 diff -u -r1.153 changes.html --- gcc-4.7/changes.html 30 Sep 2018 14:38:51 -0000 1.153 +++ gcc-4.7/changes.html 11 Dec 2018 04:00:39 -0000 @@ -285,8 +285,7 @@

New Languages and Language specific improvements

    -
  • Version 3.1 of the OpenMP specification +
  • Version 3.1 of the OpenMP specification is now supported for the C, C++, and Fortran compilers.