Re: [PATCH] testsuite: Require C99 for pow-to-ldexp.c

2024-11-20 Thread Jeff Law
On 11/19/24 2:03 AM, Soumya AR wrote: pow-to-ldexp.c checks for calls to __builtin_ldexpf and __builtin_ldexpl, which will only be performed when the compiler knows the target has a C99 libm available. Modified the test to add a C99 runtime requirement. This fixes the failure on arm-eabi tar

[PATCH] testsuite: Require C99 for pow-to-ldexp.c

2024-11-20 Thread Soumya AR
pow-to-ldexp.c checks for calls to __builtin_ldexpf and __builtin_ldexpl, which will only be performed when the compiler knows the target has a C99 libm available. Modified the test to add a C99 runtime requirement. This fixes the failure on arm-eabi targets for this test case. Committed as obvi