[all-commits] [llvm/llvm-project] e25e88: [libc][z/OS] Remove ASCII trick to fix EBDIC std::...

Zibi Sarbinowski via All-commits all-commits at lists.llvm.org
Wed Nov 13 11:40:19 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e25e8867348953c17fa0d0b79f43bde758ad8b37
      https://github.com/llvm/llvm-project/commit/e25e8867348953c17fa0d0b79f43bde758ad8b37
  Author: Zibi Sarbinowski <zibi at ca.ibm.com>
  Date:   2024-11-13 (Wed, 13 Nov 2024)

  Changed paths:
    M libc/src/__support/high_precision_decimal.h

  Log Message:
  -----------
  [libc][z/OS] Remove ASCII trick to fix EBDIC std::from_char (#116078)

This PR will fix the following lit in all EBCDIC variations on z/OS:
`std/utilities/charconv/charconv.from.chars/floating_point.pass.cpp`

The trick to test for `e` and `E` is working only in ASCII.
The fix is to simply test for both lower and upper case exponent letter
`e` and `E` respectfully.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list