Files
clang-p2996/flang/runtime/character.cpp
Jean Perier 2694234c29 [flang][runtime] ensure character compares to blank are unsigned
CompareToBlankPadding was doing signed compare on architecture where
`char` is signed. This caused `'abc'//char(128) > 'abc'` to evaluate
to false at runtime instead of true.

Differential Revision: https://reviews.llvm.org/D133693
2022-09-13 10:42:53 +02:00

36 KiB