On Tue, 17 Feb 2026, feedable wrote: > Hmm, do we have a more modern alternative to this directory for fp tests to > go into? If so, then probably the rest of the tests should be adapted and > go there too.
I'd say gcc.dg/torture is a non-legacy directory. But alternatively, gcc.c-torture/execute/ieee could be made into a non-legacy directory using dg directives instead of .x files; see commit 423608115c8c93386979d6e90291dc5985601c04, "Convert execute.exp to use the dg framework.", for how that was done for execute.exp. (gcc.c-torture/execute/builtins is another subdirectory using legacy infrastructure with .x files that could also do with such a conversion.) -- Joseph S. Myers [email protected]
