diff options
author | Peter Klausler <pklausler@nvidia.com> | 2025-02-27 14:32:50 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-27 14:32:50 -0800 |
commit | c6dd9f4278d156976d7694fb34d0bb614082ce46 (patch) | |
tree | 404d59112303abccf93f3b67369a4ca0f48f5396 /llvm/lib/CodeGen/MachineInstr.cpp | |
parent | 78acf7bb0a6e3a0948deece3d49f155cbc1ce891 (diff) | |
download | llvm-c6dd9f4278d156976d7694fb34d0bb614082ce46.zip llvm-c6dd9f4278d156976d7694fb34d0bb614082ce46.tar.gz llvm-c6dd9f4278d156976d7694fb34d0bb614082ce46.tar.bz2 |
[flang] Catch usage of : and * lengths in array c'tors (#128974)
The definition of an array constructor doesn't preclude the use of
[character(:)::] or [character(*)::] directly, but there is language
elsewhere in the standard that restricts their use to specific contexts,
neither of which include explicitly typed array constructors.
Fixes https://github.com/llvm/llvm-project/issues/128755.
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
0 files changed, 0 insertions, 0 deletions