From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa2.mentor.iphmx.com (esa2.mentor.iphmx.com [68.232.141.98]) by sourceware.org (Postfix) with ESMTPS id 69F2D3858C53 for ; Tue, 9 May 2023 09:00:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 69F2D3858C53 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="5.99,261,1677571200"; d="scan'208,223";a="5276394" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa2.mentor.iphmx.com with ESMTP; 09 May 2023 01:00:48 -0800 IronPort-SDR: aZEas1IhGSLu/MsvpBkzjA9AduOlbGnrnbjbqskRdO17LRdIcWeSiv6rBCyJYrAqG05PXQx2RR CUzsJGod7uitNQZvjGYDiKrJp3wc0gkz2M5AgarNUpKZanX3Bz3l3A0EmD2/Xe7CKCA8mqbZtz lMIyhsr+PnQ+0y56ohWYrTdFHZaz2CELEj9RCg5CpIVK+2nfZcUei5XX36XiunQ7umbE19pnFm wwAQOducJU/jlPoa/wAmf5d+ZtuOhJYYFsXXd9P45VUx20UF99KtVLdwaPprZYf+fjaMRtDBoV +h4= From: Thomas Schwinge To: Christophe Lyon , CC: Richard Biener , Jan Hubicka , "Rainer Orth" , Mike Stump Subject: Testsuite: Add missing 'torture-init'/'torture-finish' around 'LTO_TORTURE_OPTIONS' usage (was: Let each 'lto_init' determine the default 'LTO_OPTIONS', and 'torture-init' the 'LTO_TORTURE_OPTIONS') In-Reply-To: References: <20110927172322.GA21068@kam.mff.cuni.cz> <875y99d5rt.fsf@euler.schwinge.homeip.net> User-Agent: Notmuch/0.29.3+94~g74c3f1b (https://notmuchmail.org) Emacs/28.2 (x86_64-pc-linux-gnu) Date: Tue, 9 May 2023 11:00:39 +0200 Message-ID: <87lehxswug.fsf@euler.schwinge.homeip.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-14.mgc.mentorg.com (139.181.222.14) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-11.9 required=5.0 tests=BAYES_00,GIT_PATCH_0,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,KAM_SHORT,RCVD_IN_MSPIKE_H2,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: --=-=-= Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi Christophe! On 2023-05-09T09:32:55+0200, Christophe Lyon w= rote: > On Wed, 3 May 2023 at 13:47, Richard Biener via Gcc-patches wrote: >> On Wed, 3 May 2023, Thomas Schwinge wrote: >> > "Let each 'lto_init' determine the default 'LTO_OPTIONS', and 'torture= -init' the 'LTO_TORTURE_OPTIONS'"? > > This is causing issues on arm/aarch64, including: > > ERROR: can't read "LTO_TORTURE_OPTIONS": no such variable > in gcc.target/arm/acle/acle.exp: > > ERROR: torture-init: LTO_TORTURE_OPTIONS is not empty as expected > in gcc.target/aarch64/sls-mitigation/sls-mitigation.exp, > gcc.target/aarch64/sve/acle/aarch64-sve-acle-asm.exp, > gcc.target/aarch64/sve2/acle/aarch64-sve2-acle-asm.exp, > gcc.target/aarch64/torture/aarch64-torture.exp > > and maybe others > > Are other targets affected too? Sorry for that -- it means, the safe-guards I added are working as expected. Please test whether all these issues are gone with the attached "Testsuite: Add missing 'torture-init'/'torture-finish' around 'LTO_TORTURE= _OPTIONS' usage"? Gr=C3=BC=C3=9Fe Thomas ----------------- Siemens Electronic Design Automation GmbH; Anschrift: Arnulfstra=C3=9Fe 201= , 80634 M=C3=BCnchen; Gesellschaft mit beschr=C3=A4nkter Haftung; Gesch=C3= =A4ftsf=C3=BChrer: Thomas Heurung, Frank Th=C3=BCrauf; Sitz der Gesellschaf= t: M=C3=BCnchen; Registergericht M=C3=BCnchen, HRB 106955 --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename="0001-Testsuite-Add-missing-torture-init-torture-finish-ar.patch" >From 5f158fb7a5167e943e1410c7faa30e682ae85c4d Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Tue, 9 May 2023 10:35:27 +0200 Subject: [PATCH] Testsuite: Add missing 'torture-init'/'torture-finish' around 'LTO_TORTURE_OPTIONS' usage Recent commit d6654a4be3ba44c0d57be7c8a51d76d9721345e1 "Let each 'lto_init' determine the default 'LTO_OPTIONS', and 'torture-init' the 'LTO_TORTURE_OPTIONS'" made it a requirement that 'LTO_TORTURE_OPTIONS' usage be within 'torture-init'/'torture-finish', and missed a few cases that didn't have that. gcc/testsuite/ * gcc.target/arm/acle/acle.exp: Add missing 'torture-init'/'torture-finish' around 'LTO_TORTURE_OPTIONS' usage. * gcc.target/arm/cmse/cmse.exp: Likewise. * gcc.target/arm/pure-code/pure-code.exp: Likewise. --- gcc/testsuite/gcc.target/arm/acle/acle.exp | 3 +++ gcc/testsuite/gcc.target/arm/cmse/cmse.exp | 2 ++ gcc/testsuite/gcc.target/arm/pure-code/pure-code.exp | 2 ++ 3 files changed, 7 insertions(+) diff --git a/gcc/testsuite/gcc.target/arm/acle/acle.exp b/gcc/testsuite/gcc.target/arm/acle/acle.exp index 7b99dd72987..4d63ccc9554 100644 --- a/gcc/testsuite/gcc.target/arm/acle/acle.exp +++ b/gcc/testsuite/gcc.target/arm/acle/acle.exp @@ -26,6 +26,7 @@ load_lib gcc-dg.exp # Initialize `dg'. dg-init +torture-init set saved-dg-do-what-default ${dg-do-what-default} set dg-do-what-default "assemble" @@ -48,5 +49,7 @@ gcc-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.\[cCS\]]] \ # Restore globals set dg-do-what-default ${saved-dg-do-what-default} set LTO_TORTURE_OPTIONS ${saved-lto_torture_options} + # All done. +torture-finish dg-finish diff --git a/gcc/testsuite/gcc.target/arm/cmse/cmse.exp b/gcc/testsuite/gcc.target/arm/cmse/cmse.exp index 1d251a4fa1f..0baf8c5a504 100644 --- a/gcc/testsuite/gcc.target/arm/cmse/cmse.exp +++ b/gcc/testsuite/gcc.target/arm/cmse/cmse.exp @@ -32,6 +32,7 @@ if ![info exists DEFAULT_CFLAGS] then { # Initialize `dg'. dg-init +torture-init set saved-dg-do-what-default ${dg-do-what-default} @@ -104,4 +105,5 @@ set LTO_TORTURE_OPTIONS ${saved-lto_torture_options} set dg-do-what-default ${saved-dg-do-what-default} # All done. +torture-finish dg-finish diff --git a/gcc/testsuite/gcc.target/arm/pure-code/pure-code.exp b/gcc/testsuite/gcc.target/arm/pure-code/pure-code.exp index c23392dcdfd..6d32e4a7f8d 100644 --- a/gcc/testsuite/gcc.target/arm/pure-code/pure-code.exp +++ b/gcc/testsuite/gcc.target/arm/pure-code/pure-code.exp @@ -35,6 +35,7 @@ if ![info exists DEFAULT_CFLAGS] then { if {[check_effective_target_arm_cortex_m]} then { # Initialize `dg'. dg-init +torture-init set saved-dg-do-what-default ${dg-do-what-default} set dg-do-what-default "assemble" @@ -58,5 +59,6 @@ set dg-do-what-default ${saved-dg-do-what-default} set LTO_TORTURE_OPTIONS ${saved-lto_torture_options} # All done. +torture-finish dg-finish } -- 2.34.1 --=-=-=--