START lib/libm/cephes 2024-11-08T13:47:36Z ==== run-regress-cephes ==== cc -O2 -pipe -fno-builtin -MD -MP -c /usr/src/regress/lib/libm/cephes/cephes.c cc -O2 -pipe -fno-builtin -MD -MP -c /usr/src/regress/lib/libm/cephes/const.c cc -O2 -pipe -fno-builtin -MD -MP -c /usr/src/regress/lib/libm/cephes/constll.c cc -O2 -pipe -fno-builtin -MD -MP -c /usr/src/regress/lib/libm/cephes/monot.c /usr/src/regress/lib/libm/cephes/monot.c:241:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] nextval (x, updown) ^ 1 warning generated. cc -O2 -pipe -fno-builtin -MD -MP -c /usr/src/regress/lib/libm/cephes/monotl.c /usr/src/regress/lib/libm/cephes/monotl.c:334:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] nextval (x, updown) ^ 1 warning generated. cc -O2 -pipe -fno-builtin -MD -MP -c /usr/src/regress/lib/libm/cephes/monotll.c cc -O2 -pipe -fno-builtin -MD -MP -c /usr/src/regress/lib/libm/cephes/polevll.c /usr/src/regress/lib/libm/cephes/polevll.c:159:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] long double polevll( x, p, n ) ^ /usr/src/regress/lib/libm/cephes/polevll.c:181:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] long double p1evll( x, p, n ) ^ 2 warnings generated. cc -O2 -pipe -fno-builtin -MD -MP -c /usr/src/regress/lib/libm/cephes/testvect.c /usr/src/regress/lib/libm/cephes/testvect.c:390:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] pvec(x) ^ 1 warning generated. cc -O2 -pipe -fno-builtin -MD -MP -c /usr/src/regress/lib/libm/cephes/testvectl.c cc -O2 -pipe -fno-builtin -MD -MP -c /usr/src/regress/lib/libm/cephes/testvectll.c cc -o cephes cephes.o const.o constll.o monot.o monotl.o monotll.o polevll.o testvect.o testvectl.o testvectll.o -lm ./cephes => Testing monot (double precision): 0 errors in 12000 tests => Testing monotl (extended precision): 0 errors in 16800 tests => Testing testvect (double precision): 0 errors in 211 tests => Testing testvectl (extended precision): 0 errors in 222 tests PASS lib/libm/cephes Duration 0m01.06s