]> git.ipfire.org Git - thirdparty/gcc.git/commit
Testsuite: Add missing 'torture-init'/'torture-finish' around 'LTO_TORTURE_OPTIONS...
authorThomas Schwinge <thomas@codesourcery.com>
Tue, 9 May 2023 08:35:27 +0000 (10:35 +0200)
committerThomas Schwinge <thomas@codesourcery.com>
Thu, 11 May 2023 08:03:58 +0000 (10:03 +0200)
commit23c49bb8d09bc3bfce9a08be637cf32ac014de56
tree741a735a3c3290a2ecf0cb796848a7683cc13120
parent5fdcfe3c577657cb4d6dbc394a3c10b6a8e8cbd3
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
gcc/testsuite/gcc.target/arm/cmse/cmse.exp
gcc/testsuite/gcc.target/arm/pure-code/pure-code.exp