Re: [PATCH 1/2] testsuite, cobol: Add libquadmath paths.

2025-04-07 Thread Richard Biener
On Sun, Apr 6, 2025 at 10:03 AM Iain Sandoe wrote: > > Even when we are using IEC 128b floating point, the quadmath library can > be pulled in 'as needed'. LGTM. > gcc/testsuite/ChangeLog: > > * lib/cobol.exp: Add libquadmath paths. > > Signed-off-by: Iain Sandoe > --- > gcc/testsuite/

[PATCH 1/2] testsuite, cobol: Add libquadmath paths.

2025-04-06 Thread Iain Sandoe
Even when we are using IEC 128b floating point, the quadmath library can be pulled in 'as needed'. gcc/testsuite/ChangeLog: * lib/cobol.exp: Add libquadmath paths. Signed-off-by: Iain Sandoe --- gcc/testsuite/lib/cobol.exp | 9 + 1 file changed, 9 insertions(+) diff --git a/gc