From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from msa.smtpout.orange.fr (smtp-80.smtpout.orange.fr [80.12.242.80]) by sourceware.org (Postfix) with ESMTPS id 39FE63858C56 for ; Tue, 26 Mar 2024 08:53:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 39FE63858C56 Authentication-Results: sourceware.org; dmarc=pass (p=quarantine dis=none) header.from=orange.fr Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=orange.fr ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 39FE63858C56 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=80.12.242.80 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1711443216; cv=none; b=sDPcElYmHC2ruBZt6SNSVJu/Jem9+gNlwDTGZ4CFD7iVHFOhQ5EKy6DQo3ChzwJZEHkt7k5obOOE8dgNKudGj0Qm0qXq52dtCGueRe6eeckRTgnMEPrWKNYwJdcJEhxWd7I51WlyBa6aMdnHDrQAya9/LiykDtNGZeULVZ/+I1c= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1711443216; c=relaxed/simple; bh=IRwjPoHlLKlp4krGB/zwi2hiHFRfxpF8gnAtaQH3GVs=; h=DKIM-Signature:Message-ID:Date:MIME-Version:Subject:To:From; b=PN3JTK1CV1cgD7DgUV07Z/JYodJK6iPSWeXCyziFFSqAsWAT81LMq+Lo88QRWce6hBku+Hjcr08pwStSA0hBBqTR8QqQ8Kwb4pfia5B2iDlTiNps0xfLd81u0ZgDpTvHf+dGURf3wGyJ49aut43kIQwldITDgACBQ9KpfSsB0Ug= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from [192.168.1.19] ([86.215.161.51]) by smtp.orange.fr with ESMTPA id p2YhrK3f3kG4Np2Ymr6W2A; Tue, 26 Mar 2024 09:53:32 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=orange.fr; s=t20230301; t=1711443212; bh=wAITCIU8C/qu6s0ZW4D3JqSO/361m6ZGAh0ZdC3DTBs=; h=Message-ID:Date:MIME-Version:Subject:To:From; b=bx+QclWduo8miidULb8vIi5mexuUhYukQDtN/k+uGedVakzHLly4M/LC6iiiCASZ/ jlUwv2VA7YMZ9yT4jTFksNbuq8UvO/Spd7OcXquv4eOJHkC8HTzNNM0DyTUJ+MmmHx 3nOulJ1FDSr3dmNK3bs/LUQQGfdvEGifmOeRfnE8Bn3ZKTjWYrBODKyXBvedkZALpa Lo8q7fSwcI6Vu+63hmmkJY4lLQTlUDVTzqXKU5wZ0i5rbDhj3h2w3hPqq/uJs6cbHh STl/cQygPwl97Hgxy2/61QCCKzEagCtkERZ6KtxSR4KXb3v03u2AK0yufU/r4EE+ZA T3IdADo1/rpRw== X-ME-Helo: [192.168.1.19] X-ME-Auth: bW9yaW4tbWlrYWVsQG9yYW5nZS5mcg== X-ME-Date: Tue, 26 Mar 2024 09:53:32 +0100 X-ME-IP: 86.215.161.51 Message-ID: <68de82ad-b9a1-48cb-b52e-b282515afb87@orange.fr> Date: Tue, 26 Mar 2024 09:53:27 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Aw: Re: Invalid "dg-do run" in the testsuite (with 2 blanks) Content-Language: en-US To: Harald Anlauf , Jerry D Cc: Manfred Schwarb , fortran References: <9f140118-0327-4d2b-aa07-12508263a1c7@gmail.com> <30b68ddc-3233-4ece-9df8-b2ad93800686@gmail.com> From: Mikael Morin In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-5.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,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: Le 25/03/2024 à 23:30, Harald Anlauf a écrit : >> On 3/25/24 12:53 PM, Harald Anlauf wrote: >>>>>>> (...) >>>>>> >>>>>> One failure after fixing all the spaces ( sed is our friend ). >>>>>> >>>>>> FAIL: gfortran.dg/inline_matmul_1.f90   -O0   scan-tree-dump-times optimized "_gfortran_matmul" 0 >>> >>> This does actually point to an issue with the testcase: >>> it only works properly with optimization enabled. >>> >>> Manual inspection of this test and the expected dump suggests >>> that e.g. -O1 could have been added to the dg-options directive. >>> >>> Shouldn't we fix at least the dg-options of that testcase? >>> For what it's worth, the scan-tree-dump-times directive can be conditionalized on target __OPTIMIZE__, so that it's active with optimization and inactive with -O0. This would make the test pass regardless of compiler flags. Of course if the goal is lowering the test execution time, it wouldn't help. (...) > > I find it somewhat unsatisfactory though, to have a behavior of the > testsuite harness that is so intranparent. > Agreed.