[patch] Fix PR libfortran/95177, ctype.h functions should not be called with char arguments
FX
fxcoudert@gmail.com
Thu Dec 16 20:22:14 GMT 2021
Hi,
Functions from <ctype.h> should only be called on values that can be represented by unsigned char. On targets where char is a signed type, some of libgfortran calls have undefined behaviour.
The solution is to cast the argument to unsigned char type. I’ve defined macros in libgfortran.h to do so, to retain legibility of the library code.
Bootstrapped and regtested on x86_64-pc-linux-gnu.
OK to commit?
FX
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pr95177.patch
Type: application/octet-stream
Size: 9318 bytes
Desc: not available
URL: <https://gcc.gnu.org/pipermail/gcc-patches/attachments/20211216/384bfea0/attachment.obj>
More information about the Gcc-patches
mailing list