diff options
author | Eugene Epshteyn <eepshteyn@nvidia.com> | 2025-07-18 12:58:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-18 12:58:09 -0400 |
commit | 2c2567da95c64ee1ed9104ee2539894242922b83 (patch) | |
tree | 540c4cb044263aec7149eebeb140fc84e4a18147 /llvm/lib/Support/ModRef.cpp | |
parent | 5138b61a25f11eb8675d0031712c1ee6b4cb8be4 (diff) | |
download | llvm-2c2567da95c64ee1ed9104ee2539894242922b83.zip llvm-2c2567da95c64ee1ed9104ee2539894242922b83.tar.gz llvm-2c2567da95c64ee1ed9104ee2539894242922b83.tar.bz2 |
[flang] Fixed a crash with undeclared variable in implicit-do loop (#149513)
Fixed a crash in the following example:
```
subroutine sub()
implicit none
print *, (i, i = 1, 2) ! Problem: using undefined var in implied-do loop
end subroutine sub
```
The error message was already generated, but the compiler crashed before
it could display it.
Diffstat (limited to 'llvm/lib/Support/ModRef.cpp')
0 files changed, 0 insertions, 0 deletions