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
}
