From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 120056 invoked by alias); 28 Oct 2017 09:11:45 -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 120038 invoked by uid 89); 28 Oct 2017 09:11:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:802, HX-Received:Sat, D*charter.net, jvdelisle@charter.net X-HELO: mail-yw0-f175.google.com Received: from mail-yw0-f175.google.com (HELO mail-yw0-f175.google.com) (209.85.161.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 28 Oct 2017 09:11:43 +0000 Received: by mail-yw0-f175.google.com with SMTP id k11so7685166ywh.1 for ; Sat, 28 Oct 2017 02:11:43 -0700 (PDT) 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=NccHygvNj7xgSI0jave/Bcg28HrFYHEqevGX984pgLY=; b=H4uZZZA5EjXPKA0AX7zsMTsqnHOd25bZHOve0yR5CIuACaKpGFtwjxYAQAKb1okvgL BjqD1qLf410Rfr1KbtZJqlV2nxSezt3kulGlnRP5WseY15vJTGfmQaPvw/UCgL8jP56u uqB5yASCZPL2FlrFfIWpr/iCA/D6Gxvrqs4swvxC/Q7vgUc+b90K6na80DMN5pHdHpgn 9QQywaRieUFi2fABmGcZmsuT2MGHdzgCgR8xRY0FxVdO4FwzkhEP+nsajd22D4W/nmUb fmEdjBF6Ae8eWzFsVLNTLj96Z1Dt21jTkc5gZiDN7GIHfUsLWZn/6cKCwyNZmy1ynjwu 3wlw== X-Gm-Message-State: AMCzsaUYrh2Qke1S+7sfG2VKEpIjVHxc+j2gWlAapgzV0+X7uuN/QudN OWpno4hCjkztiQ5f+/8qWHQJrUhikmX6HlaMW9M= X-Google-Smtp-Source: ABhQp+TzWNFY1+oKr7teFh5FK5Wc5otNR+enQRPzw8HRVE8mDJzMI+kku7IazhvFU2ItYw/knG72lnfDK9k74ltyzGk= X-Received: by 10.129.226.76 with SMTP id z12mr2152712ywl.80.1509181901021; Sat, 28 Oct 2017 02:11:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.129.199.4 with HTTP; Sat, 28 Oct 2017 02:11:40 -0700 (PDT) In-Reply-To: References: <117E9E58-7881-45EC-981A-B15AAC79FA4A@gmx.de> From: Paul Richard Thomas Date: Sat, 28 Oct 2017 09:11:00 -0000 Message-ID: Subject: Re: [Patch, fortran] PR81758 - [7/8 Regression] [OOP] Broken vtab To: Jerry DeLisle Cc: Andre Vehreschild , "fortran@gcc.gnu.org" , liakhdi@ornl.gov, Thomas Koenig Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2017-10/txt/msg00116.txt.bz2 Thanks Andre and Jerry. Committed to 8- and 7-branches as revisions 254195 & 6. I must pay tribute to Dmitry's help with debugging this. This was at least 50% of the work in sorting out what was a rather well hidden gotcha. Once the line that exposed the bug was identified, the fix was verging on 'obvious'. The testcase took a little longer though :-) Cheers Paul On 27 October 2017 at 17:01, Jerry DeLisle wrote: > On 10/26/2017 12:20 PM, Andre Vehreschild wrote: >> Hi Paul, >> >> Without having tested the patch, it looks reasonable to me. So ok from my side. >> >> - Andre >> > > Seconded, thanks. > > Jerry -- "If you can't explain it simply, you don't understand it well enough" - Albert Einstein