[Bug testsuite/100355] gcc.c-torture/execute/ieee/cdivchkld.c needs fmaxl

ubizjak at gmail dot com gcc-bugzilla@gcc.gnu.org
Tue May 4 06:29:41 GMT 2021


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100355

--- Comment #3 from Uroš Bizjak <ubizjak at gmail dot com> ---
(In reply to Christophe Lyon from comment #2)
> Tried that, but it's not taken into account.
> 
> ieee.exp uses c-torture-execute, maybe that function does not honor dg
> directives? (none of the tests under ieee/ has a dg- directive)

You will have to add cdivchkld.x with something like:

if [check_effective_target_c99_runtime] {
    # Comment...
    return 1
}


More information about the Gcc-bugs mailing list