Re: [PATCH] PR target/98870: Fix IEEE 128-bit fortran test

2021-01-29 Thread Segher Boessenkool
Hi! On Fri, Jan 29, 2021 at 01:44:03PM -0500, Michael Meissner wrote: > This test started failing when I changed the mapping of IEEE 128-bit long > double built-in functions on 2021-01-28. This patch fixes the test so it > uses the correct name. > gcc/testsuite/ > 2021-01-29 Michael Meissner

[PATCH] PR target/98870: Fix IEEE 128-bit fortran test

2021-01-29 Thread Michael Meissner via Gcc-patches
PR target/98870: Fix IEEE 128-bit fortran test This test started failing when I changed the mapping of IEEE 128-bit long double built-in functions on 2021-01-28. This patch fixes the test so it uses the correct name. I have tested this patch and the test now passes. Can I check it into the