From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 69088 invoked by alias); 14 Sep 2016 12:53:05 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 69058 invoked by uid 89); 14 Sep 2016 12:53:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:485 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 14 Sep 2016 12:52:54 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 5166185540; Wed, 14 Sep 2016 12:52:53 +0000 (UTC) Received: from host1.jankratochvil.net (ovpn-116-52.ams2.redhat.com [10.36.116.52]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u8ECqosf013915 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 14 Sep 2016 08:52:52 -0400 Date: Wed, 14 Sep 2016 12:53:00 -0000 From: Jan Kratochvil To: Bernhard Heckel Cc: "Weinmann, Christoph T" , gdb-patches@sourceware.org Subject: Re: [V4 00/21] Fortran dynamic array support Message-ID: <20160914125249.GA18100@host1.jankratochvil.net> References: <20160816135920.GA26624@host1.jankratochvil.net> <57B6D831.4080605@intel.com> <20160821170346.GA21909@host1.jankratochvil.net> <57BC50D1.4020102@intel.com> <20160825170626.GA29717@host1.jankratochvil.net> <57C9822F.1020800@intel.com> <20160904171453.GA1069@host1.jankratochvil.net> <57CFEBF2.1050707@intel.com> <20160912210453.GA32414@host1.jankratochvil.net> <57D8FB1F.1040000@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <57D8FB1F.1040000@intel.com> User-Agent: Mutt/1.7.0 (2016-08-17) X-IsSubscribed: yes X-SW-Source: 2016-09/txt/msg00109.txt.bz2 On Wed, 14 Sep 2016 09:24:15 +0200, Bernhard Heckel wrote: > With Fedora24, GCC 6.1.1 I see the same results as you. Investigation is > showing that > GCC 6.1.1 doesn't provide the stride information (DWARF) which results in > incorrect offsets. > > Are you going to file a bug for GCC? Thanks for the investigation, sorry I did not verify that myself. I have filed it as: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77589 Thanks, Jan