diff options
Diffstat (limited to 'results/scraper/launchpad-without-comments/1603734')
| -rw-r--r-- | results/scraper/launchpad-without-comments/1603734 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1603734 b/results/scraper/launchpad-without-comments/1603734 new file mode 100644 index 000000000..e53dae8a7 --- /dev/null +++ b/results/scraper/launchpad-without-comments/1603734 @@ -0,0 +1,7 @@ +Hang in fsqrt + +At least qemu-i368 and qemu-x86_64 hang in floatx80_sqrt in versions 2.6.0 and git (2.6.50) for some input values, likely due to an infinite loop at fpu/softfloat.c:6569. + +Steps to reproduce: +1) Compile attached code: gcc -o test test.c -lm +2) `qemu-i368 test` and `qemu-x86_64 test` will hang at 100% cpu \ No newline at end of file |