[libc-commits] [PATCH] D145821: [libc][NFC] add an atof test for a fuzz failure

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Mar 10 12:46:51 PST 2023


lntue added inline comments.


================
Comment at: libc/test/src/stdlib/strtod_test.cpp:195-196
+
+  // glibc disagrees with this result, but ours is correct for the nearest
+  // rounding mode.
+  run_test("0x30000002222225p-1077", 22, uint64_t(0x0006000000444445), ERANGE);
----------------
Can you add the version of glibc, and include the link to glibc bug report if available?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145821/new/

https://reviews.llvm.org/D145821



More information about the libc-commits mailing list