Hi. The test-case only works on x86 targets. I'm going to install the patch.
Martin gcc/testsuite/ChangeLog: 2020-03-26 Martin Liska <mli...@suse.cz> PR testsuite/94334 * gcc.dg/lto/pr94271_0.c: Skip for non-x86 targets. --- gcc/testsuite/gcc.dg/lto/pr94271_0.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/gcc/testsuite/gcc.dg/lto/pr94271_0.c b/gcc/testsuite/gcc.dg/lto/pr94271_0.c index 2ce7d65411a..2d0f1453afa 100644 --- a/gcc/testsuite/gcc.dg/lto/pr94271_0.c +++ b/gcc/testsuite/gcc.dg/lto/pr94271_0.c @@ -1,4 +1,5 @@ /* PR lto/94271 */ +/* { dg-skip-if "" { ! { i?86-*-* x86_64-*-* } } } */ /* { dg-lto-do link } */ int a;