On Feb 21 2026, feedable wrote:
> diff --git a/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp
> b/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp
> index 2cc169cb142..d79414a1387 100644
> --- a/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp
> +++ b/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp
> @@ -21,8 +21,9 @@
>
> # Load support procs.
> load_lib gcc-dg.exp
> -load_lib torture-options.exp
> -load_lib c-torture.exp
> +
> +# initialize harness
> +dg-init
>
> # These tests come from Torbjorn Granlund's ([email protected])
> # C torture test suite, and other contributors.
> @@ -30,55 +31,43 @@ load_lib c-torture.exp
> # Disable tests on machines with no hardware support for IEEE arithmetic.
> if { [istarget "vax-*-*"] || [ istarget "powerpc-*-*spe"] || [istarget
> "pdp11-*-*"] } { return }
>
> -if $tracelevel then {
> - strace $tracelevel
> -}
>
> -torture-init
> -set-torture-options $C_TORTURE_OPTIONS {{}} $LTO_TORTURE_OPTIONS
> +# If a testcase doesn't have special options, use these.
> +global DEFAULT_CFLAGS
> +if ![info exists DEFAULT_CFLAGS] then {
> + set DEFAULT_CFLAGS ""
> +}
>
> -set additional_flags "-fno-inline"
> +lappend DEFAULT_CFALGS "-w"
> +lappend DEFAULT_CFALGS "-fno-inline"
DEFAULT_CFLAGS
--
Andreas Schwab, [email protected]
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1
"And now for something completely different."