diff options
author | Kito Cheng <kito.cheng@sifive.com> | 2023-01-18 00:14:57 +0800 |
---|---|---|
committer | Kito Cheng <kito.cheng@sifive.com> | 2023-01-27 03:11:12 +0800 |
commit | 95dca4e7482fcb3ef65df55144ca306e270a8a02 (patch) | |
tree | 6ff1e8b5be7dd0ca28ed1a6dfdb51fbc14320486 /gcc/fortran | |
parent | cb31b22751e66019c7a4f0d9d572cca795b78368 (diff) | |
download | gcc-95dca4e7482fcb3ef65df55144ca306e270a8a02.zip gcc-95dca4e7482fcb3ef65df55144ca306e270a8a02.tar.gz gcc-95dca4e7482fcb3ef65df55144ca306e270a8a02.tar.bz2 |
RISC-V: Use get_typenode_from_name to get fixed-width integer type nodes
[u]int32_t are using different type between glibc and newlib, so getting
those node by int or long type isn't portable way, I also update all
other fixed-width integer types to prevent this happened again in future :P
gcc/ChangeLog:
* config/riscv/riscv-vector-builtins.cc (register_builtin_types):
Use get_typenode_from_name to get fixed-width integer type
nodes.
* config/riscv/riscv-vector-builtins.def: Update define with
fixed-width integer type nodes.
Diffstat (limited to 'gcc/fortran')
0 files changed, 0 insertions, 0 deletions