[all-commits] [llvm/llvm-project] c0f501: [flang] Foil attempts to put automatic objects in ...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Wed Sep 13 14:34:13 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c0f5015afb45297d637677bbdfb7a5df067cbb5e
https://github.com/llvm/llvm-project/commit/c0f5015afb45297d637677bbdfb7a5df067cbb5e
Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
Date: 2023-09-13 (Wed, 13 Sep 2023)
Changed paths:
M flang/lib/Semantics/check-declarations.cpp
M flang/test/Semantics/resolve77.f90
Log Message:
-----------
[flang] Foil attempts to put automatic objects in COMMON (#66228)
We were catching automatic objects in modules and SAVE, but not in
COMMON blocks.
Fixes https://github.com/llvm/llvm-project/issues/65003.
More information about the All-commits
mailing list