From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id A0D8F3858CDB for ; Thu, 18 May 2023 17:22:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org A0D8F3858CDB Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=simark.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=simark.ca Received: from [10.0.0.170] (unknown [167.248.160.41]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 47A701E0D6; Thu, 18 May 2023 13:22:26 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=simark.ca; s=mail; t=1684430546; bh=lLFvrSH2lpInYloCzAPeP9R8Ihhk5i+ylNIJdxmiJOk=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=dBmvZ3+YsjZCcUJNkVLASyk9u8T3YeINloqbrhfRpUzmih3tt9AWGqEqPrpLcJAon SfYDwxMOahEX6QTRgZFOrKB8w39ughxry3t12SeRUV8PmvWJuiuak5r391/vfAC33E uI9mFKfqaRMVrJOl8K/H2Na67KYuX8frYElDrW+I= Message-ID: <661cad50-9f7e-44d9-9ed8-e6503cd5bb11@simark.ca> Date: Thu, 18 May 2023 13:22:25 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Subject: Re: [PATCH] gdb.fortran/lbound-ubound.exp: read expected lbound and ubound from function parameters (PR 30414) To: Andrew Burgess , Simon Marchi via Gdb-patches Cc: Simon Marchi References: <20230504154829.34338-1-simon.marchi@efficios.com> <87o7mp5vq8.fsf@redhat.com> <87ilcq9h0y.fsf@redhat.com> Content-Language: fr From: Simon Marchi In-Reply-To: <87ilcq9h0y.fsf@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-6.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE 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: > Honestly, I wasn't even aware of perror changing the next test to > unresolved. So, that's my one thing learned for today :) > > I'm happy with using error, or no checks and just collecting the FAILs, > whatever you prefer. > > Thanks for getting this test fixed up. > > Andrew Thanks for reviewing, I will push shortly. Simon