[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#367633: [Patch] Fix build Error math-tests



We use math libraries with generic sources in sysdeps(On new arch m32r).
These seem not to support the folloing macros kind of exception and
rounding modes. (It depends on implentaion. fenv.h)
FE_INEXACT, FE_DIVBYZERO, FE_UNDERFLOW, FE_OVERFLOW, FE_INVALID,
FE_ALL_EXCEPT,
FE_TONEAREST, FE_UPWARD, FE_DOWNWARD, FE_TOWARDZERO

So build errors (undefined macro) happened at bug_nextafter.c,
bug-nexttoward.c, test_float.c, test_ifloat.c test_double.c and
test_idouble.c.

Patches sent were to add to check the macros definition.

Regards,
Kazuhiro Inaoka

Aurelien Jarno wrote:
Kazuhiro Inaoka wrote:

Package:glibc
Version:2.3.6-7
Serverity:wishlist
Tags:patch

Could you please apply the following patch?
This patch is to fix build Error in math-tests.


Could you please give us more information? The current glibc build correctly, so I don't really see what this patch does.

Bye,
Aurelien





Reply to: