summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/setjmp-fpu/setjmp-fpu.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Verify that the FPU exception flags weren't clobbered as required by C99.martynas2013-12-291-8/+20
| | | | - Additionally, test _setjmp and sigsetjmp as implementations are different.
* Add a regression test to verify that the FPU control word state ismartynas2013-12-291-0/+34
preserved by setjmp. Currently under REGRESS_FULL as this fails on certain archs.