From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x42d.google.com (mail-wr1-x42d.google.com [IPv6:2a00:1450:4864:20::42d]) by sourceware.org (Postfix) with ESMTPS id 71C233839C44 for ; Mon, 6 Sep 2021 09:03:17 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 71C233839C44 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=adacore.com Received: by mail-wr1-x42d.google.com with SMTP id i6so8744135wrv.2 for ; Mon, 06 Sep 2021 02:03:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=vzOHzeZbx8+zsalfE+HYFEVyFY1rbpt1Z7hQ87WVjl8=; b=XVJrbHveVER6F7jpvCbqP5cSG6CxfRkLXRmyGIM0n3hBLLJEi2etctRA9RkGP8XBAl wmLlZ/4yjbH/ShKNzSxFiBX3RhCuGxAzbElWJPtAn9fm8KLOJqtFBQnlPYk++pu90CsD oWOkEfehwMIPLuuySM9O9yrlifFXR2PdpcwbXYEQH8VmgebzXWLCLHrAwqkM8HrVESBY eRCknlrtETK669Pz3ZRJ2jpknKS1Up1iDWbTRNWL/UUI2o1yJG4zAUtlzCSooGxIS3O/ vYfM/Y1ZXP1YdMw/iODzooG1ejJev3hHQ1Mdg2Nsdj9AUiXxixcMYsUSXZJ+WOOyhYxl +0hQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=vzOHzeZbx8+zsalfE+HYFEVyFY1rbpt1Z7hQ87WVjl8=; b=nB1iuJfZira0IOoPbwzu52i26sgnm15HdrVN5dMVL50tYSRBOQlerJfm0Yt+UvW0gC /XOI2hmOOxmQuBzbtKkBi7YFz06rTe+Ffd5nPZSEeMGuLr9U1+wyj5BYN6tW26ZiqUT+ RKUkph2eljUQEpQKXT5sQARbqW8bEw8PZY2iZCv4UpVWlAfN08Z05vmnTSU/EueYkcMH Hxi3JD1Xn34hCOgAq5mQUaSdck0cWID+OVIvk3W4TshISzaK6byljZrp61ATlXaZSfTq nJV4su+432dJcGypddVbP8IixVzBGDS/zTrpWK08a61E41YsQe5wh1Xia1mlC7g9omun jwhg== X-Gm-Message-State: AOAM532sQvi3qxPRjedTLeI8yUYUnH1MuAYi+tl/kktraL43SlZ3inlz VvfazC6S67seN1c1a68JdGGjVQ== X-Google-Smtp-Source: ABdhPJzzmy5eT9Uq+QQak2vhac7+qGekxsPlzTp5GM902gsicVPngrZ0g2csW8+WtATG1V8rRlSKtQ== X-Received: by 2002:adf:c391:: with SMTP id p17mr12270880wrf.145.1630918995455; Mon, 06 Sep 2021 02:03:15 -0700 (PDT) Received: from fomalhaut.localnet ([2a01:e0a:41b:84f0:cf71:f5e0:b050:bede]) by smtp.gmail.com with ESMTPSA id f17sm8428439wrt.63.2021.09.06.02.03.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 06 Sep 2021 02:03:14 -0700 (PDT) From: Eric Botcazou X-Google-Original-From: Eric Botcazou To: Richard Biener Cc: GCC Patches Subject: Re: [patch] Fix debug info for packed array types in Ada Date: Mon, 06 Sep 2021 11:02:59 +0200 Message-ID: <2596198.mvXUDI8C0e@fomalhaut> In-Reply-To: References: <4704769.31r3eYUQgx@fomalhaut> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Spam-Status: No, score=-5.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2021 09:03:18 -0000 > OK, I suppose this should also help some Fortran array descriptor cases? Thanks. This changes something only if array types in the source code are not always represented by ARRAY_TYPEs in the IR. -- Eric Botcazou