]> gcc.gnu.org Git - gcc.git/commit
testsuite, Darwin: XFAIL runs for two timode conversion tests.
authorIain Sandoe <iain@sandoe.co.uk>
Sat, 18 Jul 2020 08:12:24 +0000 (09:12 +0100)
committerIain Sandoe <iain@sandoe.co.uk>
Sat, 1 May 2021 07:53:08 +0000 (08:53 +0100)
commit8c2510fc17fdc0176620db914b4f5a923353a691
treefcfea3423d94c9c08524d56f89fffb63a406104b
parente356f4007027d09c0096c49130af4414964ab743
testsuite, Darwin: XFAIL runs for two timode conversion tests.

X86 Darwin fails these at present, because (to work around PR80556)
we insert libSystem ahead of libgcc.  The libSystem implementation
has a similar bug to one that was fixed for GCC.  We need to fix
80556 properly, and then this issue will go away - we will be able
to use the libgcc impl as intended.

XFAIL the run for now, to reduce testsuite noise.

gcc/testsuite/ChangeLog:

* gcc.dg/torture/fp-int-convert-timode-3.c: XFAIL run.
* gcc.dg/torture/fp-int-convert-timode-4.c: Likewise.

(cherry picked from commit 94d4f4387de8264ee289cf71f692d59ca6ac36f8)
gcc/testsuite/gcc.dg/torture/fp-int-convert-timode-3.c
gcc/testsuite/gcc.dg/torture/fp-int-convert-timode-4.c
This page took 0.059825 seconds and 5 git commands to generate.