From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22203 invoked by alias); 10 Oct 2018 23:12:36 -0000 Mailing-List: contact fortran-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: fortran-owner@gcc.gnu.org Received: (qmail 22185 invoked by uid 89); 10 Oct 2018 23:12:36 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=3.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GARBLED_SUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=HX-HELO:sk:mail-yb, hear X-HELO: mail-yb1-f179.google.com Received: from mail-yb1-f179.google.com (HELO mail-yb1-f179.google.com) (209.85.219.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 10 Oct 2018 23:12:34 +0000 Received: by mail-yb1-f179.google.com with SMTP id h1-v6so2903267ybm.4; Wed, 10 Oct 2018 16:12:34 -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=aj4meXrNAxCOc/4Ev9WsOLInwdJbaR9WJwcukBcv0d8=; b=bdxVAEnD/QL9eoBUwFQqz01JDR3sKboYD+5uoctqeXDwLniqu1xrPBKSycJFihtc07 SWQVyC7XzaAfRZ8lPUqgwujUV3Eb0B6LTQDQil049857buJRJCUihZziot7uC2Sa50F+ jrg+I5OW71L2e4QOUTTjPAhHLF1ve6IwhqJI0gb+X1rbIE6elcsWKqr9bzQ3+dwghAys d3AbYXbTqFtY9VbZHYKrvuSmWffOh09VXyLZmGcFvCMLcbBpNRpVGfrqETOwthb19DqA GP/LzWuaSDK/9/eyA6mODnoy8C+W32mY3EOvdJisX1RClIhF4b2xEeB4XDsUDmQYfdcB HVXQ== MIME-Version: 1.0 References: <4c9f65bf-4878-baa0-f3e5-d3943e4eb985@netcologne.de> In-Reply-To: <4c9f65bf-4878-baa0-f3e5-d3943e4eb985@netcologne.de> From: Paul Richard Thomas Date: Wed, 10 Oct 2018 23:12:00 -0000 Message-ID: Subject: =?UTF-8?Q?Re=3A_=5BPatch=2C_Fortran=5D_PR_fortran=2F83522_=E2=80=93_reject_arr?= =?UTF-8?Q?ay=2Dvalued_substrings?= To: Thomas Koenig , David Edelsohn Cc: "fortran@gcc.gnu.org" , gcc-patches Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2018-10/txt/msg00043.txt.bz2 This seems to have caused errors in the testsuite. I guess that the problem is that the testcases are invalid :-( >From David Edelsohn: Error: Substring reference of nonscalar not permitted at (1) arrayio_11.f90 arrayio_12.f90 associate_23.f90 data_char_1.f90 deferred_character_2.f90 deferred_character_22.f90 deferred_character_23.f90 deferred_character_8.f90 deferred_type_component_3.f90 Cheers Paul On Mon, 8 Oct 2018 at 23:16, Thomas Koenig wrote: > > Hi Tobias, > > nice to hear from you again! > > > Build and regtested on x86_64-linux. > > OK for the trunk? > > OK. Thanks for the patch! > > Regards > > Thomas -- "If you can't explain it simply, you don't understand it well enough" - Albert Einstein