]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fixup convert-dfp*.c
authorRichard Biener <rguenther@suse.de>
Tue, 7 Jan 2025 14:07:12 +0000 (15:07 +0100)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 7 Jan 2025 14:13:14 +0000 (15:13 +0100)
commitcda313ba6215d20150db6e952ce62138e9127d21
treeb6fb46a0a651f53f5c5be8e21bb50868db1f8e73
parentbacaf016aa3f40a7a9a3fd96c4f8bebb5312f6a3
Fixup convert-dfp*.c

The testcases use -save-temps which doesn't play nice with -flto
and multilib testing resulting in spurious UNRESOLVED like

/usr/lib64/gcc/x86_64-suse-linux/14/../../../../x86_64-suse-linux/bin/ld: i386:x86-64 architecture of input file `./convert-dfp-2.ltrans0.ltrans.o' is incompatible with i386 output

The following skips the testcases when using -flto.

* gcc.dg/torture/convert-dfp-2.c: Skip with -flto.
* gcc.dg/torture/convert-dfp.c: Likewise.
gcc/testsuite/gcc.dg/torture/convert-dfp-2.c
gcc/testsuite/gcc.dg/torture/convert-dfp.c