From patchwork Sat Jul 14 20:17:20 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 943998 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-481559-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="BfGuwmSj"; 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 41Sgvh4Ys4z9s1R for ; Sun, 15 Jul 2018 06:17:34 +1000 (AEST) 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=IzzzM4QL7UO//juEAOFFgoIyR7XmBwKZGdvxyLoQdwK3gTakGRaKR 2nLmL65KmkNrSKJCnl8CO9zudWUaL1sZcFw74MmSJzSH9hevJJm9NKqcm46CimMI F6dcKH2aXb5o6roIdefjUvnCcJ13KA2h3lVYhgAxx0jI4Ej7OtejII= 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=3IVXJ6DU4yGA002NeZOu41KvQLs=; b=BfGuwmSjMo4KiXTOh5jU hO0ieXQH3FRYOM0osT/3ELX59SoVIULCknfNiv/CAPNWNXaro2ew1xVXDIp86omj Y95Es9XWmeeN6pyzh2F4IgNpJlWinvNn9L3XSmY0t/aU9d4VsPEWOZxQWcE24f3i jt1EjaEnE95ETFkCJ0ob76E= Received: (qmail 4955 invoked by alias); 14 Jul 2018 20:17:27 -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 4935 invoked by uid 89); 14 Jul 2018 20:17:26 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.9 required=5.0 tests=BAYES_00, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=1.59, rogue, Hx-languages-length:906, highlevel X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 14 Jul 2018 20:17:25 +0000 Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id 79454B53E06; Sat, 14 Jul 2018 16:17:23 -0400 (EDT) Received: from anthias (vie-188-118-240-174.dsl.sil.at [188.118.240.174]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 9D63AB53E05; Sat, 14 Jul 2018 16:17:22 -0400 (EDT) Date: Sat, 14 Jul 2018 22:17:20 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, Basile Starynkevitch Subject: [wwwdocs] extensions.html - remove "rogue" MELT page Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes I noticed that http://gcc-melt.org now redirects to http://www.gcc-melt.org which looks like a default, and empty, Wordpress installation. I went ahead and applied the patch below. Basile, should we generally remove this reference to GCC MELT? Gerald Index: extensions.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/extensions.html,v retrieving revision 1.59 diff -u -r1.59 extensions.html --- extensions.html 2 Jun 2018 21:16:09 -0000 1.59 +++ extensions.html 14 Jul 2018 20:14:45 -0000 @@ -21,7 +21,7 @@ analysis, debugging, and performance tuning in concurrent code.

-

GCC MELT

+

GCC MELT

MELT is a high-level domain specific language to ease the development of GCC extensions. It is available as a GCC experimental