[libc-commits] [PATCH] D119156: [libc] Fix mixed-sign comparison warnings and an out-of-bound access in high_precision_decimal.h

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Feb 7 11:14:26 PST 2022


michaelrj added a comment.

as an additional part of this patch, could you add 
`simple_decimal_conversion_test<float>(

  "7.00649232162408535461864791644958065640130970938257885878534141944895541342930300743319094181060791015625e-46", 0x0, 0,
  ERANGE);`

to line 235 of `str_to_float_test.cpp`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119156



More information about the libc-commits mailing list