about summary refs log tree commit diff
path: root/math/test-fenvinline.c
Commit message (Collapse)AuthorAgeFilesLines
* math/test-fenvinline: Cast fe_exc to unsigned int before printingRichard Henderson2015-04-061-2/+2
| | | | | | On Alpha and IA-64, fexcept_t is unsigned long. But all the values fit within an int, so the cast is ok for printing. All other hosts use unsigned int or unsigned short already.
* powerpc: Fix inline feraiseexcept, feclearexcept macrosAdhemerval Zanella2015-03-031-0/+351
This patch fixes the inline feraiseexcept and feclearexcept macros for powerpc by casting the input argument to integer before operation on it. It fixes BZ#17776.