From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 101498 invoked by alias); 5 Sep 2019 07:19: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 101483 invoked by uid 89); 5 Sep 2019 07:19:13 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mail-yw1-f68.google.com Received: from mail-yw1-f68.google.com (HELO mail-yw1-f68.google.com) (209.85.161.68) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 05 Sep 2019 07:19:11 +0000 Received: by mail-yw1-f68.google.com with SMTP id f187so411013ywa.5; Thu, 05 Sep 2019 00:19:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Xvt5WMj8Pmf4Z61mTLYy4a2rUDpKhhg5HM+Grztfg/M=; b=i7xR7j6WOkYA0fDGFXwOOaJFX10gZgPoRQx/W5UgRJCRgsSTtG0UxqjVQOZ88/3ZBd V9xux87Wuvv0XXyrOtYWkeM4JC2FiPsqZp07cDFEQXWiM6UN8bMBRGu+JRtDZEnaiDfu d7+mqEvSTJJYJ3bn30b5U1a+iobhmEuGfw+/K7WAv8TT7n8Pyoz0nUuchmQk2LAmcjqv RdPnPyDogoKnuedtD+4M6rsbitFIeviw66nkM72LSLQCP4WqauL4B3SpUnwbCYb4f6qZ BXlVNcBHEVX5mNnxI5ayHE6cRKbQ+tqeV02vuX3VcZFQsTsxHFEdWXY+OOh9wyymLldQ BBBA== MIME-Version: 1.0 References: <20190905045058.GA5972@troutmask.apl.washington.edu> In-Reply-To: <20190905045058.GA5972@troutmask.apl.washington.edu> From: Janne Blomqvist Date: Thu, 05 Sep 2019 07:19:00 -0000 Message-ID: Subject: Re: [PATCH] PR fortran/91660 -- Improve and restore error messages To: Steve Kargl Cc: Fortran List , GCC Patches Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2019-09/txt/msg00240.txt.bz2 On Thu, Sep 5, 2019 at 7:51 AM Steve Kargl wrote: > > Built and regression tested on x86_64-*-freebsd. > > The patch restores an improved error message for a malformed > type-spec. See pr91660_1.f90 for code demonstrating problem. > While here, improve the error messages for other malformed > type-specs. Sett pr91660_2.f90. > > OK to commit? Ok. -- Janne Blomqvist