START	lib/libc/ieeefp	2025-03-06T01:02:02Z

===> except
==== fltdiv ====
cc -O2 -pipe  -g  -MD -MP  -c /usr/src/regress/lib/libc/ieeefp/except/except.c
cc   -o except except.o 
./except fltdiv
sigfpe: addr=0x2785f184060, code=3

==== fltinv ====
./except fltinv
sigfpe: addr=0x13b55d250e4, code=7

==== fltovf ====
./except fltovf
sigfpe: addr=0xeda5f8c0164, code=4

==== fltund ====
./except fltund
sigfpe: addr=0x356bc77a1a7, code=5

===> inf
==== run-regress-inf ====
cc -O2 -pipe  -g  -MD -MP  -c /usr/src/regress/lib/libc/ieeefp/inf/inf.c
cc   -o inf inf.o -lm
./inf

===> infinity
==== add ====
cc -O2 -pipe  -g  -MD -MP  -c /usr/src/regress/lib/libc/ieeefp/infinity/infinity.c
cc   -o infinity infinity.o -lm
./infinity -a

==== mult ====
./infinity -m

==== neg ====
./infinity -n

==== pumpkin ====
./infinity -p

===> round
==== run-regress-round ====
cc -O2 -pipe  -g  -MD -MP  -c /usr/src/regress/lib/libc/ieeefp/round/round.c
cc   -o round round.o 
./round

PASS	lib/libc/ieeefp	Duration 0m00.81s