From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-x62d.google.com (mail-pl1-x62d.google.com [IPv6:2607:f8b0:4864:20::62d]) by sourceware.org (Postfix) with ESMTPS id BED983858D1E; Fri, 23 Dec 2022 13:56:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org BED983858D1E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-pl1-x62d.google.com with SMTP id 4so5056098plj.3; Fri, 23 Dec 2022 05:56:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:subject:from:cc:to:content-language :user-agent:mime-version:date:message-id:from:to:cc:subject:date :message-id:reply-to; bh=MkPRx1qH4seY5YSMo/XPIgOQBbcl3jYkcyRscFCLkUE=; b=dDE0h/ptXpQsUfyMuxHj+VulBYs8QQHw0LdpdXv+yvMDpWbmciQq7OguS2lsRXhaOF H3AVKkCYROrQLH/3tipYda0mf8wMWgC6hVmfnzhQXebnZKi5x+NoCTNfxrz0It4geANs HRRm43q9JUHwSd7AjxriEbWNbD33MLLLTipQ3rshnln9QZoRRkwUC8wqndyPDnRiJ5ar pvg0+29rTBareR68oCAiQFjrnRnh9HpeIqd34gJzzpB0xppymMZTXeS+c1QSOiYoCN1B MqP/uidIQOL3t7C7sTDnohwV38Bu/PzzCWE+jPUOur92ACj9zOxUQk++UD663zzAq3Wx WmpQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:subject:from:cc:to:content-language :user-agent:mime-version:date:message-id:x-gm-message-state:from:to :cc:subject:date:message-id:reply-to; bh=MkPRx1qH4seY5YSMo/XPIgOQBbcl3jYkcyRscFCLkUE=; b=Um3yfyi9O+AQOadcC9rU41L6uCmjbY0yu0v3lKoErYBbFsA0ISvgqWN8CoTP4x3ASz xjWKVpOEXZTCsM3YWoyUi7ecKomDxvp8exn/zkM59A7DXpqXvXsRBXlQbjLw54OghCAk N6olk0lH0c/kRaCgy1V504OqST/Jwg5GFXJYuZCvnJqOW0KFTy0xiJd3vY8XMyR+cLpz stOE2oyMs+Y6BDPr0jKF9H1waGdI7c+2rEqP4QNYw4AdHXdZwfh2EIDxFCl2FKkTZZzt nlCecmnAcMTohAmbh3O9q5+5UI+mJe5hEG6g8uuGLkORUW9s9CNvq+hCXEOXDcxzQewX d+bw== X-Gm-Message-State: AFqh2kpi96HpiQhwo65vCJR1Z0mUrGH7WG91yqmijMfppW9UAOV4CFKY 1aaOLFD8tYW/D/Bq2juoVJ6y+BPvXco= X-Google-Smtp-Source: AMrXdXudsTy4RDskpaiJs/L9rnEsxS3Hf8yggYTLY7+LhW+ibA7pPIVxpIc/VW4WpFp2iCiPgEqSZg== X-Received: by 2002:a17:903:3311:b0:189:d0fa:230f with SMTP id jk17-20020a170903331100b00189d0fa230fmr2561065plb.4.1671803795499; Fri, 23 Dec 2022 05:56:35 -0800 (PST) Received: from [192.168.1.20] ([50.37.188.226]) by smtp.gmail.com with ESMTPSA id j5-20020a170903024500b0019101215f63sm2431311plh.93.2022.12.23.05.56.35 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 23 Dec 2022 05:56:35 -0800 (PST) Message-ID: <4aa43e0a-92db-55a8-5c11-20f887129a52@gmail.com> Date: Fri, 23 Dec 2022 05:56:34 -0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0 Content-Language: en-US To: gfortran Cc: gcc-patches From: Jerry D Subject: [patch, fortran] ICE on automatic array of derived type with DTIO Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: I have committed the obvious as simple. The master branch has been updated by Jerry DeLisle : https://gcc.gnu.org/g:7e76cd96950f49ce21246d44780e972d86b2bcdd commit r13-4862-g7e76cd96950f49ce21246d44780e972d86b2bcdd Author: Steve Kargl Date: Thu Dec 22 20:38:57 2022 -0800 Remove not needed assert macro which fails. PR fortran/106731 gcc/fortran/ChangeLog: * trans-array.cc (gfc_trans_auto_array_allocation): Remove gcc_assert (!TREE_STATIC()). gcc/testsuite/ChangeLog: * gfortran.dg/pr106731.f90: New test.