On Sat, Jun 28, 2025 at 02:19:59AM +0000, Yuao Ma wrote: > > signbit is documented to be a macro, so please don't declare > > int signbit (double); > > function in the testcase and instead of signbit use __builtin_signbit. > > This is indeed my negligence. Done. > > If everything looks good, could you please help me merge this patch? Thank > you!
Committed in r16-1839. I don't have mpfr 4.2.0 yet, so didn't test myself with it. Jakub