From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14092 invoked by alias); 8 Dec 2017 12:23:27 -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 14073 invoked by uid 89); 8 Dec 2017 12:23:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy= X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-yw0-f178.google.com Received: from mail-yw0-f178.google.com (HELO mail-yw0-f178.google.com) (209.85.161.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 08 Dec 2017 12:23:25 +0000 Received: by mail-yw0-f178.google.com with SMTP id y187so4176325ywg.6; Fri, 08 Dec 2017 04:23:25 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=cu/ByPjNAWQjsX2ts+iuJcaDywisdOQVI2IXElyyygs=; b=Ayu8etkzqRXNWqH41xhQIKcw8X7kcjGuBVGt0S2yUH6C5l2pSqq3vn0JBQI4DWCQ4z czDv3ECXqgezL4YabC0KhK0PxviZ89J9XC4cjzCfEhNv13hkVLuwfszPvKU2NKKwVtcF DuT9QWQh/wNG9W4NRfOjkaPr9MNGCpk1tOuAcReN0zVF38LdgeoC6QdUhnmphO/Gt36Q X/dtC8yUAZLcZisVqa8AV+m3R3NvTBWjvcyBkGLJYkpBlkJO1mC0KWSzKXGUqyOlECor k5fdYnMHvW1OauIQvne+R+sHT53ShdoiVVpCzKJiiNymiqrhojwTlvdLC5a1G0cQ5tg3 A+gA== X-Gm-Message-State: AJaThX5W/UU7UVAEdVtoVxfJU4rfCe9h7cDV4ezP31ambn3/6d8quh8d MowclzdamK4OOyUbHD5ba8JaNB33tsF9hRQTRGc= X-Google-Smtp-Source: AGs4zMbYNsOIxyeslkqPm6ueQ8LtwCZbWBmb1sEFc/SV1NyiqeJ0wQbLuTWoiaDokOYrWjk+ypSVIyUvPtgfJRhAIuM= X-Received: by 10.129.175.17 with SMTP id n17mr20579307ywh.199.1512735804269; Fri, 08 Dec 2017 04:23:24 -0800 (PST) MIME-Version: 1.0 Received: by 10.13.216.194 with HTTP; Fri, 8 Dec 2017 04:23:23 -0800 (PST) In-Reply-To: <3974132.UbLS4EJLdD@polaris> References: <1957613.VqFDUkVbj2@polaris> <20171125173149.GB40985@troutmask.apl.washington.edu> <3974132.UbLS4EJLdD@polaris> From: Janne Blomqvist Date: Fri, 08 Dec 2017 12:23:00 -0000 Message-ID: Subject: Re: [fortran] Add support for #pragma GCC unroll v3 To: Eric Botcazou Cc: Steve Kargl , GCC Patches , gfortran Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2017-12/txt/msg00476.txt.bz2 On Wed, Dec 6, 2017 at 11:21 AM, Eric Botcazou wrote: >> 6.1 Extensions implemented in GNU Fortran >> 7.2 GNU Fortran Compiler Directives >> >> 6.1 describes extension covering legacy code and vendor extensions. >> 7.2 describes other !$GCC directives. Currently, the section is >> mainly calling conventions (CDECL, STDCALL, etc) and library >> macroc (DLLEXPORT). These should probably be in 7.2.1 and the >> UNROLL directive in 7.2.2. > > Attached is a minimal patch along these lines. Ok, thanks for the patch. -- Janne Blomqvist